cppcheck analysis of fityk_0.9.7-1.dsc
- ./src/mgr.cpp:155 [style] - The iterator incrementing is suspicious - it is incremented at line 155 and then at line 140 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/vm.cpp:126 [style] - The iterator incrementing is suspicious - it is incremented at line 126 and then at line 118 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/vm.cpp:161 [style] - The iterator incrementing is suspicious - it is incremented at line 161 and then at line 146 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/vm.cpp:172 [style] - The iterator incrementing is suspicious - it is incremented at line 172 and then at line 170 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/vm.cpp:183 [style] - The iterator incrementing is suspicious - it is incremented at line 183 and then at line 179 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/vm.cpp:731 [error] - Uninitialized variable: stack
- ./src/vm.cpp:757 [error] - Uninitialized variable: stack
- ./src/vm.cpp:775 [error] - Uninitialized variable: stack
- ./src/wxgui/inputline.cpp:76 [error] - Resource leak: f
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, 07 Apr 2011 06:58:52 +0000, based on results by cppcheck 1.46