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