diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-10 15:58:57 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-10 15:58:57 +0000 |
| commit | 9ba84d1117e7f1af4b1c18a94ae4c8763d7ab525 (patch) | |
| tree | aa09acd3d34aeea056e51b024b3c668a99a404c8 /util/nvmutil/nvmutil.c | |
| parent | ca37bef34f91aa661652249b063df15fbbe890bc (diff) | |
util/nvmutil: reset errno in gbe_cat_buf
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
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 |
