Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

...

Bibliography

Wiki Markup
\[[Sutter 05|AA. Bibliography#Sutter 05]\] Item 83: Use a checked STL implementation.
\[[Meyers 01|AA. Bibliography#Meyers 01]\] Item 21: Always have comparison functions return false for equal values.
\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] Section 24: Iterators Library.

...

ARR32ARR33-CPP. Do not use iterators invalidated by container modification      VOID 14. Templates Guarantee that copies are made into storage of sufficient size      06. Arrays and the STL (STLARR)      ARR40ARR35-CPP. Use a Valid Ordering RuleDo not allow loops to iterate beyond the end of an array or container