summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-10 15:58:57 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-10 15:58:57 +0000
commit9ba84d1117e7f1af4b1c18a94ae4c8763d7ab525 (patch)
treeaa09acd3d34aeea056e51b024b3c668a99a404c8 /util
parentca37bef34f91aa661652249b063df15fbbe890bc (diff)
util/nvmutil: reset errno in gbe_cat_buf
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/nvmutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index fbe2ebba..03e42f94 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -1154,6 +1154,8 @@ gbe_cat_buf(uint8_t *b)
break;
}
+
+ errno = 0;
}
static void