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
machine/rx: Fix memchr to mask needle value to a single byte
memchr is supposed to interpret the parameter as an unsigned char, and
that requires it to ignore the upper bits.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments