libnfc/libnfc
Romain Tartiere 84918fd075 Fix invalid memory access when a new driver is probing for hardware and the number of requested devices was already reached.
The probing functions assume that at least one device should be found and
passed to the caller, and only after finding such a device they will check that
they should eventually stop looking for more devices.  While we could make each
probing function capable of handling the special-case of finding 0 devices, it
is much more consistent to perform the check from the calling function.
2011-06-30 13:35:40 +00:00
..
buses drivers/pn532_uart,arygon: Make valgrind happy with UART-based drivers 2011-06-28 13:16:44 +00:00
chips drivers/pn53x_usb: Make valgrind more happy :) 2011-06-28 14:05:40 +00:00
drivers drivers/pn532_uart,arygon: Make valgrind happy with UART-based drivers 2011-06-28 13:16:44 +00:00
additional-pages.dox Update documentation and associated example. 2010-09-08 09:16:24 +00:00
CMakeLists.txt Windows: install libusb into examples directory using "Bundle" feature from CMake (Thanks to Glenn Ergeerts) 2011-04-20 13:18:38 +00:00
drivers.h Unbreak and merge PN53x USB drivers. 2011-03-05 19:54:52 +00:00
iso7816.h Add licence and document a bit some files. 2011-03-30 09:39:08 +00:00
iso14443-subr.c Move ISO14443-3 UID cascading in a dedicated function. 2011-06-27 10:19:00 +00:00
Makefile.am Prepare 1.5.0 version 2011-04-29 10:13:57 +00:00
mirror-subr.c Indent whole code using make indent. (Fixes issue 84). 2010-09-07 17:51:03 +00:00
mirror-subr.h Indent whole code using make indent. (Fixes issue 84). 2010-09-07 17:51:03 +00:00
nfc-device.c chips/pn53x: drivers now uses pn53x_data_new() and pn53x_data_free() to handle strcut pn53x_data allocation, initialization and freeing. 2011-05-25 10:25:17 +00:00
nfc-emulation.c Fix ISO/IEC 14443-4 hardware emulation. 2011-05-24 17:10:13 +00:00
nfc-internal.h Error handling improvement: 2011-06-27 16:31:10 +00:00
nfc.c Fix invalid memory access when a new driver is probing for hardware and the number of requested devices was already reached. 2011-06-30 13:35:40 +00:00