diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-03 23:24:46 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-03 23:24:46 +0000 |
| commit | 213626d8985a1c79fe53f9008117c408c38c6066 (patch) | |
| tree | 2562a7f8331887c4a6df7ae2a40b2ad33a97b9a7 /util/nvmutil/nvmutil.c | |
| parent | 306f9087d98f861521482459e6eebe73874722eb (diff) | |
util/nvmutil: reset cmd in main
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -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 d5f34657..c1882af2 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -105,6 +105,7 @@ main(int argc, char *argv[]) part_modified[0] = 0; part_modified[1] = 0; fname = ""; + cmd = NULL; if (argc < 2) usage(); |
