qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] 答复: [PATCH] qga: check length of command-line & environmen


From: niuguoxiang
Subject: [Qemu-devel] 答复: [PATCH] qga: check length of command-line & environment variables
Date: Tue, 22 Jan 2019 03:49:57 +0000

Hi,

Is this issue fixed?


Br,
Guoxiang Niu

华为技术有限公司 Huawei Technologies Co., Ltd.



本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁
止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中
的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
This e-mail and its attachments contain confidential information from HUAWEI, 
which 
is intended only for the person or entity whose address is listed above. Any 
use of the 
information contained herein in any way (including, but not limited to, total 
or partial 
disclosure, reproduction, or dissemination) by persons other than the intended 
recipient(s) is prohibited. If you receive this e-mail in error, please notify 
the sender by 
phone or email immediately and delete it!

-----邮件原件-----
发件人: P J P [mailto:address@hidden 
发送时间: 2019年1月14日 1:28
收件人: Daniel P. Berrangé <address@hidden>
抄送: Michael Roth <address@hidden>; QEMU Developers <address@hidden>; 
niuguoxiang <address@hidden>
主题: Re: [Qemu-devel] [PATCH] qga: check length of command-line & environment 
variables

+-- On Fri, 11 Jan 2019, Daniel P. Berrangé wrote --+
| qga/commands.c already includes qemu/osdep.h which includs unistd.h.
|
| The build problem patchew reported was from *mingw* builds where 
| sysconf does not exist.

I see; Not sure how to fix it. Maybe with conditional declaration?

#ifdef __MINGW[32|64]__
extern long int sysconf (int __name);
#endif

Thank you.
--
Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 
DD13 3D32 FE5B 041F

reply via email to

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