mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 16:08:18 +07:00
![]() 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 |