Skip to content
Snippets Groups Projects
Commit 8d06d69b authored by Jan Kiszka's avatar Jan Kiszka
Browse files

slirp: Fix use after release on tcp_input


ti points into the m buffer. But the latter may already be released
right after the dodata: label. Move the test before the potential
release.

Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
parent 46f3069c
No related branches found
No related tags found
Loading
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