Protect against missing bit to key symbols in ucc_bit_to_sym(). This can
authoranton <anton@openbsd.org>
Tue, 31 Aug 2021 05:16:45 +0000 (05:16 +0000)
committeranton <anton@openbsd.org>
Tue, 31 Aug 2021 05:16:45 +0000 (05:16 +0000)
commit087025f8fbdd9151b05a36c2345a6b513fd0a50f
tree4bc619fb0f952ebbc023a3a04b5089cdd4836929
parentcad243942370f29ea8423a38ed4faa89bf4a0978
Protect against missing bit to key symbols in ucc_bit_to_sym(). This can
only happen if ucc_hid_parse() has a bug, better play it safe.
sys/dev/usb/ucc.c