lanl/nuflood

Bug Report

Opened this issue · 1 comments

Hello Developer,

My name is Enas and I am a Ph.D. student. My research focuses on static code analysis. I was looking for open-source software to collect some static code analysis tool warnings. I checked your source code, and I ran one of static code analysis tools over the source code. A number of warnings were generated; some of them may represent true defects in the source code and some may represent false reports, where the tool shows a defect but in reality there is none.

I need your help by going through the warnings and checking if any of them represent a true defect in your source code. To do that, kindly find the attached file, which contains the warnings.

Your response and help are highly appreciated.

Thanks,
Enas

warnings.xlsx

For future reference, the warnings in the XLSX file were

File Line Warning CWEs
~/nuflood-master/source/common/point_source_list.h 48 "Common realloc mistake: 'x_' nulled but not freed upon failure" CWE-401
~/nuflood-master/source/common/point_source_list.h 49 "Common realloc mistake: 'y_' nulled but not freed upon failure" CWE-401
~/nuflood-master/source/common/point_source_list.h 50 "Common realloc mistake: 'x_id_' nulled but not freed upon failure" CWE-401
~/nuflood-master/source/common/point_source_list.h 51 "Common realloc mistake: 'y_id_' nulled but not freed upon failure" CWE-401
~/nuflood-master/source/common/point_source_list.h 52 "Common realloc mistake: 'rate_' nulled but not freed upon failure" CWE-401