mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 01:45:35 +08:00
more fix of memory access
This commit is contained in:
@@ -1441,7 +1441,7 @@ int pre_recv_raw_packet()
|
||||
}
|
||||
}
|
||||
|
||||
if(g_packet_buf_len> max_data_len+1)
|
||||
if(g_packet_buf_len>= max_data_len+1)
|
||||
{
|
||||
if(g_fix_gro==0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user