mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: reset errno in gbe_cat_buf
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1154,6 +1154,8 @@ gbe_cat_buf(uint8_t *b)
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
errno = 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user