Task #132939 - added.err

back to task #132939
download
Error: GCC_ANALYZER_WARNING (CWE-688):
udftools-2.3/wrudf/wrudf.c:380:5: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘rootDir’ where non-null expected
udftools-2.3/wrudf/wrudf.c:668:1: enter_function: entry to ‘main’
udftools-2.3/wrudf/wrudf.c:682:7: branch_false: following ‘false’ branch (when ‘argc <= 2’)...
udftools-2.3/wrudf/wrudf.c:682:9: branch_false: ...to here
udftools-2.3/wrudf/wrudf.c:692:5: call_function: calling ‘initialise’ from ‘main’
#  378|       
#  379|       curDir = rootDir = (Directory*)malloc(sizeof(Directory));
#  380|->     memset(rootDir, 0, sizeof(Directory));
#  381|       rootDir->dataSize = 4096;
#  382|       rootDir->data = malloc(4096);