Closed bdurant closed 1 year ago
Checkmarx static analysis reports a CPPBufferOverflow / ImproperNullTermination on zf_log.c on line 953:
False positive, null termination is done later and range is checked above. Also there are a lot of unit tests that test overflow scenario.
Thank you for taking a look and verifying that it is a false positive.
Checkmarx static analysis reports a CPPBufferOverflow / ImproperNullTermination on zf_log.c on line 953: