Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 321 Bytes

derefInvalidIterator.md

File metadata and controls

11 lines (6 loc) · 321 Bytes

Pattern: Possible dereference of an invalid iterator

Issue: -

Description

Possible dereference of an invalid iterator. Make sure to check that the iterator is valid before dereferencing it - not after.

Further Reading