more fix of memory access

This commit is contained in:
root
2020-07-26 19:07:17 +00:00
parent 5f907e32d7
commit e8daf7c263
6 changed files with 22 additions and 6 deletions

View File

@@ -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)
{