Files
systemd/src/udev
Zbigniew Jędrzejewski-Szmek 760034bebe udev-builtin-usb_id: guard against overflow when reading descriptor data
CID#996458. Coverity warns that we trust desc->bLength as read in
the input data to adjust our position in the buffer. This value could
be anything, leading to overflow. It's unlikely that the kernel feeds
us invalid data, but let's me more careful.

If any error is encountered, more logs are given.
2019-02-28 11:57:51 +01:00
..
2019-01-12 16:02:26 +01:00
2018-12-17 09:27:24 +01:00
2019-01-14 06:34:19 +09:00
2019-01-02 10:26:16 +01:00