mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
Fix bugs reported by Coverity Scan.
This commit is contained in:
@ -1579,7 +1579,7 @@ SEND_START:
|
||||
{
|
||||
// Packet data array
|
||||
void **datas = MallocFast(sizeof(void *) * num_packet);
|
||||
UINT *sizes = MallocFast(sizeof(UINT *) * num_packet);
|
||||
UINT *sizes = MallocFast(sizeof(UINT) * num_packet);
|
||||
UINT i;
|
||||
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user