> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Std vector invalidation

<AccordionGroup>
  <Accordion title="std-vector-invalidation">
    Modifying an `std::vector` while iterating over it could cause the container to reallocate, triggering memory corruption.<br />**Likelihood**: LOW<br />**Confidence**: HIGH<br />**CWE**: <br />- CWE-416: Use After Free
  </Accordion>
</AccordionGroup>
