qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3] slirp: check for ioctlsocket error and 0-len


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v3] slirp: check for ioctlsocket error and 0-length udp payload.
Date: Thu, 7 Mar 2019 11:58:59 -0800 (PST)

Patchew URL: https://patchew.org/QEMU/address@hidden/



Hi,

This series failed the address@hidden build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

                 from /tmp/qemu-test/src/slirp/slirp.h:50,
                 from /tmp/qemu-test/src/slirp/socket.c:8:
/tmp/qemu-test/src/slirp/socket.c: In function 'sorecvfrom':
/tmp/qemu-test/src/slirp/socket.c:533:29: error: 'dfd' undeclared (first use in 
this function)
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                             ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32:
 note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 
'DEBUG_MISC'
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                 ^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:32: error: left-hand operand of comma 
expression has no effect [-Werror=unused-value]
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                                ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32:
 note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 
'DEBUG_MISC'
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                 ^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:64: error: left-hand operand of comma 
expression has no effect [-Werror=unused-value]
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                                                                ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32:
 note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 
'DEBUG_MISC'
                 DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
                 ^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:17: error: format not a string literal 
and no format arguments [-Werror=format-security]
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: slirp/socket.o] Error 1
Traceback (most recent call last):


The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]