Advertisement
PVS-StudioWarnings

PVS-Studio warning V607 for CryEngineSDK

Nov 10th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.53 KB | None | 0 0
  1. CPersistantStats::SEnemyTeamMemberInfo *
  2. CPersistantStats::GetEnemyTeamMemberInfo(EntityId inEntityId)
  3. {
  4.   ....
  5.   insertResult.first->second.m_entityId;
  6.   ....
  7. }
  8.  
  9. This suspicious code was found in CryEngineSDK project by PVS-Studio static code analyzer.
  10. Warning message is:
  11. V607 Ownerless expression 'insertResult.first->second.m_entityId'. persistantstats.cpp 4814
  12.  
  13. PVS-Studio is a static analyzer for detecting bugs in the source code of applications written in C, C++, C++11, C++/CX. Site: http://www.viva64.com/en/pvs-studio/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement