diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-03 23:23:54 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-03 23:23:54 +0000 |
| commit | 306f9087d98f861521482459e6eebe73874722eb (patch) | |
| tree | ec3db4239bd66fd7430b799f0ee8a9c35e066a5b /util/nvmutil/nvmutil.c | |
| parent | d0141ca2e4e7544832e5e58b6cdbcdd1e97aec29 (diff) | |
util/nvmutil: reset fname 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 bf0a2e1e..d5f34657 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -104,6 +104,7 @@ main(int argc, char *argv[]) invert = 0; part_modified[0] = 0; part_modified[1] = 0; + fname = ""; if (argc < 2) usage(); |
