p-net icon indicating copy to clipboard operation
p-net copied to clipboard

NULL pointer reference in pf_lldp_store_peer_info()

Open SupermanOfHeiLinPu opened this issue 3 years ago • 0 comments

In function "pf_lldp_store_peer_info()" the variable "net->lldp_mutex" sometimes is NULL. Because the thread run to here, the init function "pf_lldp_init()" don't execute.

SupermanOfHeiLinPu avatar Jul 05 '22 06:07 SupermanOfHeiLinPu