mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
58d1eab7ef
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
|
||
---|---|---|
.. | ||
commands.c | ||
Kconfig | ||
llcp.c | ||
llcp.h | ||
sock.c |