mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-10 22:44:21 +00:00
Bugfix for heap-use-after-free in concurrent packet processing code (manifests only after terminate() is called)
This commit is contained in:
parent
541e91ed8e
commit
d0f78f1e03
@ -625,6 +625,8 @@ public:
|
||||
break;
|
||||
if (!pkt)
|
||||
break;
|
||||
if (!_run)
|
||||
break;
|
||||
|
||||
const ZT_ResultCode rc = _node->processWirePacket(nullptr,pkt->now,pkt->sock,&(pkt->from),pkt->data,pkt->size,&_nextBackgroundTaskDeadline);
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user