Skip to main content
The string returned from std::string_view.data() is not guaranteed to be NULL terminated. This expression expects a NULL terminated string and will trigger an out-of-bounds read.
Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-125: Out-of-bounds Read