libnfc/libnfc
Philippe Teuwen 2033519b0c Add asserts to tell static analyzer we know what we're doing...
nfc.c:1244:19: warning: Dereference of undefined pointer value
  for (int i = 0; nmt[i]; i++) {
                  ^~~~~~
nfc.c:1256:23: warning: Dereference of undefined pointer value
      for (int j = 0; nbr[j]; j++) {
                      ^~~~~~
2017-02-18 18:08:27 +01:00
..
buses astyle 2017-02-18 13:05:59 +01:00
chips pn53x: avoid warning about uninitialized value (false positive) 2017-02-18 17:29:57 +01:00
drivers i2c: fix struct initialization 2017-02-18 17:23:22 +01:00
additional-pages.dox Various typos 2013-01-31 21:58:29 +01:00
CMakeLists.txt allow to cross-compile 32 and 64 bit versions of the library for windows 2017-01-25 18:44:44 +01:00
conf.c astyle 2017-02-18 13:05:59 +01:00
conf.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
drivers.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
iso7816.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
iso14443-subr.c Adding iso14443b_crc_append() 2013-08-19 14:55:27 +02:00
log-internal.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
log-internal.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
log.c Revert "Check data from getenv("LIBNFC_LOG_LEVEL") and config file" 2013-09-22 19:55:31 +02:00
log.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
Makefile.am export iso14443b* symbol 2015-05-27 23:01:48 +03:00
mirror-subr.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
mirror-subr.h Remove spurious mirror_uint8_ts declaration, fix issue #375 2017-02-16 23:00:37 +01:00
nfc-device.c nfc_initiator_select_passive_target(): grant NP_INFINITE_SELECT also for ISO14443B* 2014-02-01 02:45:17 +01:00
nfc-emulation.c Remove dead code 2013-09-22 03:13:09 +02:00
nfc-internal.c Remove unneeded test, fix issue #376 2017-02-16 23:05:02 +01:00
nfc-internal.h Better list of supported modulations & baud rates 2014-03-12 00:00:08 +01:00
nfc.c Add asserts to tell static analyzer we know what we're doing... 2017-02-18 18:08:27 +01:00
target-subr.c Fix warning about out-of-bound read 2013-09-19 23:08:06 +02:00
target-subr.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00