Re: [Qemu-devel] [PATCH v2 0/2] slirp: handle errors in sosendoob()

2017-07-14 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1500030745-10619-1-git-send-email-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/2] slirp: handle errors in sosendoob() === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH v2 0/2] slirp: handle errors in sosendoob()

2017-07-14 Thread Peter Maydell
At the moment the slirp sosendoob() function doesn't properly handle errors from slirp_send(), and its callers don't do anything with its return value either. (Coverity spots the latter as CID 1005633.) This patchset attempts to fix that. In the first patch we fix sosendoob() itself so that we ret