cppcheck analysis of fityk_0.9.3-1.dsc
- ./src/calc.cpp:106 [style] - The iterator incrementing is suspicious - it is incremented at line 106 and then at line 98 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.
- ./src/calc.cpp:245 [style] - The iterator incrementing is suspicious - it is incremented at line 245 and then at line 242 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.
- ./src/datatrans.cpp:310 [style] - The iterator incrementing is suspicious - it is incremented at line 310 and then at line 307 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:14:01 +0000, based on results by cppcheck 1.46