mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-08 00:34:57 +03:00
Fix use-after-free timeout issue for L2TP and SSTP
This commit is contained in:
@ -16899,6 +16899,7 @@ TUBE *NewTube(UINT size_of_header)
|
||||
t->SockEvent = NewSockEvent();
|
||||
|
||||
t->SizeOfHeader = size_of_header;
|
||||
t->DataTimeout = 0;
|
||||
|
||||
return t;
|
||||
}
|
||||
|
Reference in New Issue
Block a user