[libvirt] [PATCH] fix memory leak in qemuProcessHandleGraphics()

Wen Congyang wencongyang at gmail.com
Sun Apr 3 01:18:23 UTC 2011


于 2011-4-2 0:26, Eric Blake 写道:
> On 03/30/2011 01:46 AM, Wen Congyang wrote:
>> If strdup("x509dname") or strdup("saslUsername") success, but
>> strdup(x509dname) or strdup(saslUsername) failed, subject->nidentity
>> is not the num elements of subject->identities, and we will leak some
>> memory.
>>
>> ---
>>   src/qemu/qemu_process.c |   12 ++++++------
>>   1 files changed, 6 insertions(+), 6 deletions(-)
>
> ACK - another OOM-only error appropriate for 0.9.0.  I'm guessing you
> found it by inspection?

Yes, I found it by inspection.
I pushed this patch, thanks.

>
>
>
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list




More information about the libvir-list mailing list