NetBSD/lib/libusbhid
fox a4861c96ec lib/libusbhid: Fix possible left shift changes signedness bit.
This bug was reported by UBSan runs.

lib/libusbhid/parse.c:246:20

Can result in left shift changes signedness bit as a side effect positive number
can go negative, cast it to unsigned for the operation and silence the issue.

Reviewed by: kamil@
2020-04-04 21:26:16 +00:00
..
Makefile
data.c lib/libusbhid: Fix possible left shift changes signedness bit. 2020-04-04 21:21:35 +00:00
descr.c
parse.c lib/libusbhid: Fix possible left shift changes signedness bit. 2020-04-04 21:26:16 +00:00
shlib_version
usage.c lib/libusbhid: Fix possible left shift changes signedness bit. 2020-04-04 21:23:04 +00:00
usb_hid_usages
usbhid.3 Add hid_parse_usage_page and hid_parse_usage_in_page to the NAME section 2017-10-22 16:49:13 +00:00
usbhid.h Uses __BEGIN_DECLS so needs sys/cdefs.h; also needs stdint.h. 2016-01-22 23:51:23 +00:00
usbvar.h