Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report #2

Open
AnosAhmad opened this issue Feb 18, 2019 · 1 comment
Open

Bug Report #2

AnosAhmad opened this issue Feb 18, 2019 · 1 comment

Comments

@AnosAhmad
Copy link

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

@tasseff
Copy link
Member

tasseff commented Aug 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants