mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +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;
|
part = 0;
|
||||||
|
|
||||||
memset(macbuf, 0, sizeof(macbuf));
|
memset(macbuf, 0, sizeof(macbuf));
|
||||||
|
memset(buf, 0, sizeof(buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user