util/nvmutil: reset buf in reset_global_state()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-04 00:47:45 +00:00
parent 3e7148a9b7
commit 8143f95b41
+1
View File
@@ -177,6 +177,7 @@ reset_global_state(void)
part = 0;
memset(macbuf, 0, sizeof(macbuf));
memset(buf, 0, sizeof(buf));
}
static void