cppcheck analysis of pennmush_1.8.2p8-1.dsc
- ./src/conf.c:812 [error] - Undefined behaviour: loc 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/extchat.c:2884 [error] - Undefined behaviour: buf 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/help.c:209 [error] - Resource leak: fp
- ./src/help.c:529 [error] - Resource leak: fp
- ./src/ident.c:336 [possible error] - Dangerous usage of strncat. Tip: the 3rd parameter means maximum number of characters to append
- ./src/ident.c:337 [possible error] - Dangerous usage of strncat. Tip: the 3rd parameter means maximum number of characters to append
- ./src/mysocket.c:1134 [error] - Memory leak: canon
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 06:00:09 +0000, based on results by cppcheck 1.41-modif