rtlabs-com / p-net

PROFINET device stack for embedded devices

Home Page:http://www.rt-labs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NULL pointer reference in pf_lldp_store_peer_info()

SupermanOfHeiLinPu opened this issue · 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.