dtrace-utils
dtrace-utils copied to clipboard
substr() stores the wrong string length
The result string of a substr() subroutine call can have the wrong length stored in its prefix. This can cause issues with other string operations that the substr() provides arguments for.