diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-04 00:47:45 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-04 00:47:45 +0000 |
| commit | 8143f95b417ea042268172c313f01c09550b53ee (patch) | |
| tree | 929f1c4bf3207ab8dcd464e824992789038f30dd /util | |
| parent | 3e7148a9b7a8dfd7476a8a96b8748c3e45f89fa2 (diff) | |
util/nvmutil: reset buf in reset_global_state()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 527f9a90..4104cb53 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -177,6 +177,7 @@ reset_global_state(void) part = 0; memset(macbuf, 0, sizeof(macbuf)); + memset(buf, 0, sizeof(buf)); } static void |
