> ## 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.

# Missing nul cpp string memcpy

<AccordionGroup>
  <Accordion title="missing-nul-cpp-string-memcpy">
    The number of bytes copied from `$STR` does not include the NUL terminator. This can lead to an out-of-bounds read and information disclosure. One extra byte should be added to the length to ensure that the NUL terminator is copied.<br />**Likelihood**: LOW<br />**Confidence**: HIGH<br />**CWE**: <br />- CWE-125: Out-of-bounds Read
  </Accordion>
</AccordionGroup>
