Fixed buffer overflow in string handling
pos should never exceed strlen, else the overflow check 'if (!len)' will wrongfully pass
Showing
Please
register
or
sign in
to comment
pos should never exceed strlen, else the overflow check 'if (!len)' will wrongfully pass