linux/net/nfc/llcp
Sasha Levin 58d1eab7ef NFC: Fix possible NULL ptr deref when getting the name of a socket
llcp_sock_getname() might get called before the LLCP socket was created.
This condition isn't checked, and llcp_sock_getname will simply deref a
NULL ptr in that case.

This exists starting with d646960 ("NFC: Initial LLCP support").

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-06-08 13:47:07 -04:00
..
Kconfig NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00
commands.c NFC: Queue I frame fragments to the LLCP sockets queue tail 2012-05-16 13:08:14 -04:00
llcp.c NFC: LLCP connect must wait for a CC frame 2012-05-15 17:28:01 -04:00
llcp.h NFC: LLCP code identation fixes 2012-03-06 15:16:24 -05:00
sock.c NFC: Fix possible NULL ptr deref when getting the name of a socket 2012-06-08 13:47:07 -04:00