readlink-null-terminator
readlink-null-terminator
readlink does not NULL terminate the output buffer. 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