cppcheck analysis of epiphany_0.7.0-4.dsc
- ./src/game.cpp:330 [error] - Undefined behaviour: text is used wrong in call to sprintf or snprintf. Quote: If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
- ./src/game.cpp:340 [error] - Undefined behaviour: text is used wrong in call to sprintf or snprintf. Quote: If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
- ./src/game.cpp:419 [error] - Undefined behaviour: current_level_path is used wrong in call to sprintf or snprintf. Quote: If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
- ./src/game.cpp:421 [error] - Undefined behaviour: current_level_path is used wrong in call to sprintf or snprintf. Quote: If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
- ./src/game.cpp:423 [error] - Undefined behaviour: current_level_path is used wrong in call to sprintf or snprintf. Quote: If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
- ./src/resource.h:22 [error] - Class Resource which is inherited by class Font does not have a virtual destructor
- ./src/main.cpp:162 [possible error] - Memory leak: cmdconf
Note: if you think the results reveal a security bug,
please don't hesitate to contact the
security team
This report was generated on Thu, 16 Dec 2010 05:48:07 +0000, based on results by cppcheck 1.41-modif