We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think a null check on dwg->dwg_class is missing here:
dwg->dwg_class
libredwg/src/print.c
Lines 588 to 594 in 785df5f
While it is done here, which is a similar cases:
libredwg/src/free.c
Lines 727 to 732 in 785df5f
The text was updated successfully, but these errors were encountered:
make scan-build complains about 6 of those.
Sorry, something went wrong.
Only with free we could have freed dwg->dwg_class already. Will not happen with print, where num_classes will be 0 then.
rurban
No branches or pull requests
I think a null check on
dwg->dwg_class
is missing here:libredwg/src/print.c
Lines 588 to 594 in 785df5f
While it is done here, which is a similar cases:
libredwg/src/free.c
Lines 727 to 732 in 785df5f
The text was updated successfully, but these errors were encountered: