95a05eda65
Do not change the signedness bit with a left shift operation. Switch to unsigned integer to prevent this. t_bitops.c:189:9, left shift of 1 by 31 places cannot be represented in type 'int' Detected with micro-UBSan in the user mode. |
||
---|---|---|
.. | ||
Makefile | ||
t_bitops.c | ||
t_bootblock.c | ||
t_cdefs.c | ||
t_list.c | ||
t_pslist.c | ||
t_socket.c | ||
t_tree.c | ||
t_types.c |