NetBSD/tests/include
kamil 95a05eda65 Avoid undefined behavior in an ATF test: t_bitops
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.
2018-07-25 22:00:32 +00:00
..
machine
sys Avoid undefined behavior in an ATF test: t_bitops 2018-07-25 22:00:32 +00:00
d_bitstring_8.out
d_bitstring_27.out
d_bitstring_32.out
d_bitstring_49.out
d_bitstring_64.out
d_bitstring_67.out
Makefile
Makefile.inc
t_bitstring.c Use array access 2012-03-25 06:54:04 +00:00
t_errno.c
t_glob.c
t_inttypes.c initialize variables 2013-10-19 17:44:37 +00:00
t_limits.c
t_netdb.c
t_paths.c Use correcet variable name when printing the error code. 2015-05-07 06:23:23 +00:00
t_stdint.c