cppcheck analysis of pingus_0.7.2-4.dsc
- ./lib/binreloc/binreloc.c:252 [error] - Common realloc mistake: "address_string" nulled but not freed upon failure
- ./src/gui/combobox.cpp:65 [error] - Dangerous iterator usage. After erase the iterator is invalid so dereferencing it or comparing it with another iterator is invalid.
- ./src/level_menu.cpp:186 [error] - Possible null pointer dereference: levelset - otherwise it is redundant to check if levelset is null at line 188
- ./src/particles/rain_particle_holder.cpp:80 [style] - The iterator incrementing is suspicious - it is incremented at line 80 and then at line 65 The loop might unintentionally skip an element in the container. There is no comparison between these increments to prevent that the iterator is incremented beyond the end.
Note: if you think the results reveal a security bug,
please don't hesitate to contact the
security team
This report was generated on Mon, 20 Dec 2010 21:17:51 +0000, based on results by cppcheck 1.46