Re: [Qemu-devel] [PATCH 0/2] Memory fixes for slirp tcp_emu()

2019-04-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190418125908.11928-1-marcandre.lur...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/2] Memory fixes for slirp tcp_emu() Type: series Message-id

[Qemu-devel] [PATCH 0/2] Memory fixes for slirp tcp_emu()

2019-04-18 Thread Marc-André Lureau
Hi, See the following 2 patches fixing some memory issues in tcp_emu(). Those are not regressions, consider it for 4.1. Marc-André Lureau (2): slirp: ensure there is enough space in mbuf to null-terminate slirp: don't manipulate so_rcv in tcp_emu() slirp/src/tcp_subr.c | 27 +++-