dtrace-utils icon indicating copy to clipboard operation
dtrace-utils copied to clipboard

substr() stores the wrong string length

Open kvanhees opened this issue 4 years ago • 0 comments

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.

kvanhees avatar Nov 10 '21 16:11 kvanhees