mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.96k stars 432 forks source link

Fix out of bound read #315

Open zouyonghao opened 3 years ago

zouyonghao commented 3 years ago

If we receive a packet larger than one mbuf length, we will read out of bound. This patch may affect the performance.