Peter Maydell 75cb298d90 slirp: Handle error returns from sosendoob()
sosendoob() can return a failure code, but all its callers ignore it.
This is OK in sbappend(), as the comment there states -- we will try
again later in sowrite(). Add a (void) cast to tell Coverity so.
In sowrite() we do need to check the return value -- we should handle
a write failure in sosendoob() the same way we handle a write failure
for the normal data.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2017-07-15 14:28:25 +02:00
..
2016-02-04 17:41:30 +00:00
2016-06-07 18:19:25 +03:00
2017-07-15 14:28:25 +02:00
2017-04-25 19:17:25 +08:00
2017-04-25 19:17:25 +08:00
2017-04-25 19:17:25 +08:00
2017-04-29 18:44:16 +02:00
2017-04-25 19:17:25 +08:00
2017-04-29 18:44:16 +02:00
2017-05-27 23:34:47 +02:00
2017-04-29 18:44:16 +02:00
2017-04-29 18:29:58 +02:00
2016-07-03 23:59:42 +02:00