util/nvmutil: reset errno in gbe_cat

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-10 16:00:16 +00:00
parent 9ba84d1117
commit 82dbeb9736
+4
View File
@@ -1155,6 +1155,10 @@ gbe_cat_buf(uint8_t *b)
break;
}
/*
* No errors here.
* Avoid the warning in main()
*/
errno = 0;
}