cppcheck analysis of blobby_0.8-dfsg-2.dsc
- ./src/SoundManager.cpp:153 [style] - The iterator incrementing is suspicious - it is incremented at line 153 and then at line 144 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/raknet/DataReplicator.cpp:1468 [error] - Possible null pointer dereference: newObject - otherwise it is redundant to check if newObject is null at line 1470
- ./src/raknet/DataReplicator.cpp:1463 [error] - Possible null pointer dereference: newObject - otherwise it is redundant to check if newObject is null at line 1470
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:12:41 +0000, based on results by cppcheck 1.46