dtrace-utils
dtrace-utils copied to clipboard
strjoin() can store lenghts beyond strsize
The strjoin() implementation is currently simply adding the length of the two component strings and storing that as length for the result. This can cause the stored length to be larger than strsize.