qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Fwd: buildbot failure in qemu on rhel5-default


From: Peter Maydell
Subject: Re: [Qemu-devel] Fwd: buildbot failure in qemu on rhel5-default
Date: Thu, 15 Nov 2012 11:28:30 +0000

On 15 November 2012 08:22, Gerd Hoffmann <address@hidden> wrote:
>   CC    s390x-softmmu/hw/s390x/event-facility.o
> cc1: warnings being treated as errors
> /home/buildbot/slave-spunk/rhel5-default/build/hw/s390x/event-facility.c: In
> function ‘command_handler’:
> /home/buildbot/slave-spunk/rhel5-default/build/hw/s390x/event-facility.c:110:
> warning: ‘rc’ may be used uninitialized in this function
> make[1]: *** [hw/s390x/event-facility.o] Error 1
> make: *** [subdir-s390x-softmmu] Error 2

handle_write_event_buf() doesn't consider the case of the qbus.children
list being empty, in which case it will return an uninitialized value.
Introduced in commit 559a17a14.

-- PMM



reply via email to

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