Chromium Code Reviews
DescriptionAvoid calling memchr with a zero range as this is undefined behavior.
Calling memchr with a zero range is not explicitly specified to return NULL, and on Android arm64 it
returns an undefined value instead. This CL ensures we don't call it with a zero range.
BUG=395678
LOG=N
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|
||||||||||||||||||||||||||||