std-vector-invalidation
Modifying an std::vector
while iterating over it could cause the container to reallocate, triggering memory corruption.
Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-416: Use After Free
std-vector-invalidation
Modifying an std::vector
while iterating over it could cause the container to reallocate, triggering memory corruption.
Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-416: Use After Free