Files
libfprint/libfprint
Bastien Nocera 3a7b03f022 lib: Fix crash when too many minutiae were detected
struct xyt_struct uses a fixed-sized array to fit MAX_BOZORTH_MINUTIAE (200)
minutiae. MAX_FILE_MINUTIAE is 1000. So if we detected more than
MAX_BOZORTH_MINUTIAE, we would crash copying the data from the capture
to the structure.

We might want to use dynamically allocated arrays in the future (or
bigger ones) so that we don't lose minutiae.

Closes: #116
2018-10-12 12:27:37 +02:00
..
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-27 16:08:21 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00
2018-09-27 14:49:50 +02:00
2018-09-28 15:12:39 +02:00
2018-09-28 15:12:39 +02:00