outfile: add missing check for empty string for --outfile-format
This commit is contained in:
@@ -29,6 +29,8 @@ u32 outfile_format_parse (const char *format_string)
|
||||
|
||||
char *next = strtok_r (format, ",", &saveptr);
|
||||
|
||||
if (next == NULL) return 0;
|
||||
|
||||
u32 outfile_format = 0;
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user