Results of running a code analyzer on ImageMagick
Posted: 2009-01-02T21:57:14-07:00
Hi!
I was running a C/C++ code analyzer (cppcheck - http://cppcheck.wiki.sourceforge.net/) against ImageMagick, and I've got these results (none of them are errors):
http://people.debian.org/~naoliv/misc/i ... pcheck.txt
Note that there might be false positives or wrong line numbers. For example:
Actually it's line 1027.
Tested against latest version from SVN (revision 13730)
Thank you!
I was running a C/C++ code analyzer (cppcheck - http://cppcheck.wiki.sourceforge.net/) against ImageMagick, and I've got these results (none of them are errors):
http://people.debian.org/~naoliv/misc/i ... pcheck.txt
Note that there might be false positives or wrong line numbers. For example:
Code: Select all
[./coders/gif.c:947]: Variable 'dispose' is assigned a value that is never used
Tested against latest version from SVN (revision 13730)
Thank you!