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
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
usbhid.h
usbvar.h