Skip to content
Snippets Groups Projects
Commit e61e18f0 authored by Brett Nash's avatar Brett Nash Committed by Samuel Thibault
Browse files

slirp: Don't duplicate packet in tcp_reass


When debug is enabled, we duplicate the packet in tcp_reass, but ti is still
pointing to the old buffer, resulting in a use after free.

This makes valgrind debugging a little trickier, but makes it
crash a lot less.

Signed-off-by: default avatarBrett Nash <nash@fb.com>
parent 2d133fbd
No related branches found
No related tags found
No related merge requests found
Pipeline #507084 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment