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
Passing a plain char to the <ctype.h> functions is undefined when the
value is negative (C11 7.4p1). On platforms where char is signed, a byte
>= 0x80 from a module name, seusers/file_contexts entry, CIL identifier
or IP token sign-extends to a negative int. Cast to unsigned char before
each isspace/isalnum/isalpha/isdigit call, as libselinux already does.
Signed-off-by: netliomax25-code <netliomax25@gmail.com>
0 commit comments