cppcheck analysis of ettercap_0.7.3-2.dsc
- ./src/dissectors/ec_mountd.c:136 [error] - Undefined behaviour: fhandle 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/ec_filter.c:780 [error] - Resource leak: fd
- ./src/ec_format.c:178 [error] - Undefined behaviour: dst 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/ec_format.c:184 [error] - Undefined behaviour: dst 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/ec_format.c:186 [error] - Undefined behaviour: dst 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/ec_format.c:201 [error] - Undefined behaviour: dst 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/interfaces/gtk/ec_gtk_conf.c:88 [error] - Buffer access out-of-bounds
- ./src/interfaces/gtk/ec_gtk_mitm.c:174 [possible error] - Dangerous usage of strncat. Tip: the 3rd parameter means maximum number of characters to append
- ./src/interfaces/gtk/ec_gtk_mitm.c:325 [possible error] - Dangerous usage of strncat. Tip: the 3rd parameter means maximum number of characters to append
- ./src/interfaces/gtk/ec_gtk_mitm.c:327 [possible error] - Dangerous usage of strncat. Tip: the 3rd parameter means maximum number of characters to append
- ./src/missing/scandir.c:32 [error] - Resource leak: d
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:09 +0000, based on results by cppcheck 1.41-modif