cppcheck analysis of devtodo_0.1.20-5.dsc
- ./src/TodoDB.cc:974 [style] - The iterator incrementing is suspicious - it is incremented at line 974 and then at line 972 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/TodoDB.cc:1449 [style] - The iterator incrementing is suspicious - it is incremented at line 1449 and then at line 1422 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.
- ./util/Strings.cc:66 [error] - Mismatching allocation and deallocation: pipe
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:13:31 +0000, based on results by cppcheck 1.46