qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: SIGSEGV on Windows with KQEMU enabled


From: Paul Brook
Subject: Re: [Qemu-devel] Re: SIGSEGV on Windows with KQEMU enabled
Date: Sun, 15 Mar 2009 00:42:57 +0000
User-agent: KMail/1.9.9

> > But really funny think is the change that triggers the bug is precisely
> > this: -Monitor *cur_mon;
> > +Monitor *cur_mon = NULL;
> >
> > Obviously, kqemu is happier having garbage in the cur_mon than NULL
>
> I rather expect that to _hide_ the bug.  The "garbage" might be a
> left-over from the heap.

This change does precisely nothing. In C all global and static variables are 
implicitly zero initialized.

Paul




reply via email to

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