Files
libfprint/libfprint
Seong-Joong Kim ca26e85fd4 uru4000: Fix integer overflow in imaging_run_state()
‘img->key_number’ variable is originally from the device through bulk
endpoint of USB. The variable is immediately assigned to ‘buf[0]’ for
sending to control endpoint of the device. Here, integer overflow may
occur when the ‘img->key_number’ attempts to assign a value that is
outside of type range of ‘char’ to the ‘buf[0]’
2019-02-21 19:06:06 +09:00
..
2018-11-25 12:42:11 +00:00
2018-09-28 15:12:39 +02:00
2018-12-30 16:35:33 +01:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00