alistair23-linux/net/nfc
Mathias Jeppsson 1913e57cf9 NFC: Fix empty HCI message list check
list_first_entry() will never return NULL. Instead use
list_for_each_entry_safe() to iterate through the list.

Signed-off-by: Mathias Jeppsson <mathias.jeppsson@sonymobile.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-07-10 11:42:50 -04:00
..
hci NFC: Fix empty HCI message list check 2012-07-10 11:42:50 -04:00
llcp NFC: Prevent NULL deref when getting socket name 2012-07-09 15:01:00 -04:00
nci NFC: Prevent multiple buffer overflows in NCI 2012-06-25 16:38:40 +02:00
af_nfc.c NFC: Core code identation fixes 2012-03-06 15:16:25 -05:00
core.c NFC: Specify usage for targets found and target lost events 2012-05-15 17:28:00 -04:00
Kconfig NFC: HCI support 2012-04-12 15:10:34 -04:00
Makefile NFC: HCI support 2012-04-12 15:10:34 -04:00
netlink.c NFC: The NFC genl family structure should not be exposed globally 2012-05-15 17:30:30 -04:00
nfc.h NFC: Fix LLCP compilation warning 2012-05-15 17:30:29 -04:00
rawsock.c NFC: Return from rawsock_release when sk is NULL 2012-06-26 01:35:26 +02:00