You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend isxdigit() UB fix to quoted_printable_decode and stripcslashes
Same signed-char UB as in url_decode: isxdigit() is called on byte
values from char-pointers (str_in in quoted_printable_decode,
source in php_stripcslashes), which sign-extend to negative int on
signed-char platforms when the byte has its high bit set.
0 commit comments