qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 3/4] console: Abort on property access errors


From: Kirill Batuzov
Subject: Re: [Qemu-devel] [PATCH v2 3/4] console: Abort on property access errors
Date: Thu, 8 May 2014 15:23:24 +0400 (MSK)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Thu, 24 Apr 2014, Kirill Batuzov wrote:

> All defined properties of QemuConsole are mandatory and no access to them
> should fail. Nevertheless not checking returned errors is bad because in case
> of unexpected failure it will hide the bug and cause a memory leak.
> 
> Abort in case of unexpected property access errors. This change exposed a bug
> where an attempt was made to write to a read-only property "head".
> 
> Set "head" property's value at creation time and do not attempt to change it
> later. This fixes the bug mentioned above.
> 
> Signed-off-by: Kirill Batuzov <address@hidden>
> ---
>  ui/console.c |   30 +++++++++++++-----------------
>  1 file changed, 13 insertions(+), 17 deletions(-)
> 
> v1 -> v2:
>  Use &error_abort instead of silently ignoring errors.
>  Properly initialize property "head".
>

Ping?
The other patches of the series have been applied already. This is the only
one remaining.

-- 
Kirill



reply via email to

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