commit | 58d1eab7ef1d7ff8e448699dfd1a21b7f3303296 | [log] [tgz] |
---|---|---|
author | Sasha Levin <levinsasha928@gmail.com> | Wed Jun 06 23:02:55 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 08 13:47:07 2012 -0400 |
tree | 6221c2536b5283fadc7f64bd3e2ae57dfa50dfbc | |
parent | d012d04e4d6312ea157b6cf19e9689af934f5aa7 [diff] |
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>