...
Tool | Version | Checker | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| overflow_upon_dereference | |||||||||||
Helix QAC |
| ||||||||||||
Parasoft C/C++test |
| CERT_CPP-CTR53-a | Do not use an iterator range that isn't really a range | ||||||||||
PRQA QA-C++ |
| 3802 | |||||||||||
PVS-Studio |
| V539, V662, V789 | Helix QAC | Include Page | | Helix QAC_V | Helix QAC_V
Related Vulnerabilities
In Fun with erase(), Chris Rohlf discusses the exploit potential of a program that calls vector::erase()
with invalid iterator ranges [Rohlf 2009].
...