Skip to content

tcp_emu: Fix oob access

Samuel Thibault requested to merge sthibaul/libslirp:oob into master

The main loop only checks for one available byte, while for a port number we need two bytes.

Merge request reports