]> git.ipfire.org Git - thirdparty/qemu.git/commit
slirp: Gcc 9 -O3 fix
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 15 Apr 2019 12:17:40 +0000 (13:17 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 15 Apr 2019 18:01:18 +0000 (20:01 +0200)
commit6fabae61a9393fd2bc703837e464b9c34ec5ef25
tree3ef9600e41d62004bcae93c7d737f9bd90aa9ecf
parentafccfc0c4c6134a7bc9da6375996b3b91d291de4
slirp: Gcc 9 -O3 fix

Gcc 9 needs some convincing that sopreprbuf really is going to fill
in iov in the call from soreadbuf, even though the failure case
shouldn't happen.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190415121740.9881-1-dgilbert@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/src/socket.c