qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qga: check length of command-line & environment


From: no-reply
Subject: Re: [Qemu-devel] [PATCH] qga: check length of command-line & environment variables
Date: Mon, 7 Jan 2019 05:04:07 -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=8
=== TEST SCRIPT END ===

  LINK    qemu-edid.exe
  LINK    qemu-img.exe
/tmp/qemu-test/src/qga/commands.c: In function 'guest_exec_get_args':
/tmp/qemu-test/src/qga/commands.c:236:16: error: implicit declaration of 
function 'sysconf'; did you mean 'swscanf'? 
[-Werror=implicit-function-declaration]
     args_max = sysconf(_SC_ARG_MAX);
                ^~~~~~~
                swscanf
/tmp/qemu-test/src/qga/commands.c:236:16: error: nested extern declaration of 
'sysconf' [-Werror=nested-externs]
/tmp/qemu-test/src/qga/commands.c:236:24: error: '_SC_ARG_MAX' undeclared 
(first use in this function); did you mean 'SCHAR_MAX'?
     args_max = sysconf(_SC_ARG_MAX);
                        ^~~~~~~~~~~
                        SCHAR_MAX


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]