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
..
drivers lib: Rename assembling.[ch] 2018-09-28 15:12:39 +02:00
nbis mindtct: Fix a memory leak in morph_TF_map() 2018-10-12 00:54:39 +00:00
drivers_api.h lib: Include "fpi-dev.h" in drivers header 2018-09-28 15:12:39 +02:00
empty_file build: Remove the need to modify sources for new drivers 2018-05-24 12:23:39 +02:00
fp_internal.h lib: Tidy fp_internal.h 2018-09-28 15:12:39 +02:00
fpi-assembling.c lib: Rename assembling.[ch] 2018-09-28 15:12:39 +02:00
fpi-assembling.h lib: Rename assembling.[ch] 2018-09-28 15:12:39 +02:00
fpi-async.c lib: Split off async functions 2018-09-28 15:12:39 +02:00
fpi-async.h lib: Split off async functions 2018-09-28 15:12:39 +02:00
fpi-core.c lib: Move fp_dev helpers to fpi-dev.h from fpi-core.h 2018-09-28 15:12:39 +02:00
fpi-core.h lib: Move driver definitions to fpi-core.h 2018-09-28 15:12:39 +02:00
fpi-data.c lib: Make fpi_print_data_item_free() static 2018-09-28 15:12:39 +02:00
fpi-data.h lib: Split off fpi_print_data helpers 2018-09-28 15:12:39 +02:00
fpi-dev-img.c lib: Split off imgdev functions 2018-09-28 15:12:39 +02:00
fpi-dev-img.h lib: Split off imgdev functions 2018-09-28 15:12:39 +02:00
fpi-dev.c lib: Move fp_dev helpers to fpi-dev.h from fpi-core.h 2018-09-28 15:12:39 +02:00
fpi-dev.h lib: Remove titles from headers 2018-09-28 15:12:39 +02:00
fpi-img-pixman.c lib: Split off fp_img helpers 2018-09-28 15:12:39 +02:00
fpi-img.c lib: Fix crash when too many minutiae were detected 2018-10-12 12:27:37 +02:00
fpi-img.h lib: Move fp_minutiae to fpi-img.h 2018-09-28 15:12:39 +02:00
fpi-log.h lib: Remove titles from headers 2018-09-28 15:12:39 +02:00
fpi-poll.c lib: Fix gtk-doc warning 2018-09-27 16:08:21 +02:00
fpi-poll.h lib: Remove titles from headers 2018-09-28 15:12:39 +02:00
fpi-ssm.c Revert "lib: Mark fpi_ssm_get_user_data as deprecated" 2018-09-28 15:12:39 +02:00
fpi-ssm.h lib: Remove titles from headers 2018-09-28 15:12:39 +02:00
fpi-sync.c lib: Rename sync.c to fpi-sync.c 2018-09-28 15:12:39 +02:00
fpi-usb.c lib: Add USB transfer helpers 2018-09-27 14:49:50 +02:00
fpi-usb.h lib: Remove titles from headers 2018-09-28 15:12:39 +02:00
fprint-list-supported-devices.c lib: Supported devices list is for master, not stable 2018-06-12 12:46:19 +02:00
fprint-list-udev-rules.c elan: Remove supported devices from udev whitelist 2018-08-09 14:45:15 +02:00
fprint.h lib: Add accessor for minutia coordinates 2018-10-08 16:50:59 +02:00
meson.build lib: Split off imgdev functions 2018-09-28 15:12:39 +02:00