Fix a race that allowed bge_rxeof to send an mbuf up the stack
while another thread running bge_init was freeing it. This would
lead to a double free of the mbuf and potential memory corruption.
MFC after: 1 week
Sponsored by: Dell EMC Isilon
Differential D12772
Prevent bge_init and bge_rxeof from running in parallel rstone on Oct 24 2017, 3:53 AM. Authored by Tags None Referenced Files
Subscribers None
Details
Fix a race that allowed bge_rxeof to send an mbuf up the stack MFC after: 1 week
Diff Detail
|