mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: reset buf in reset_global_state()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -177,6 +177,7 @@ reset_global_state(void)
|
||||
part = 0;
|
||||
|
||||
memset(macbuf, 0, sizeof(macbuf));
|
||||
memset(buf, 0, sizeof(buf));
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user