string-view-data-null-terminator
string-view-data-null-terminator
The string returned from
Likelihood: LOW
Confidence: HIGH
CWE:
- CWE-125: Out-of-bounds Read
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