[libvirt] [PATCH] qemu: avoid double free in qemuProcessWaitForMonitor

Osier Yang jyang at redhat.com
Fri Aug 5 08:34:28 UTC 2011


于 2011年08月05日 16:22, Alex Jia 写道:
> Reported by Eric.
>
> * src/qemu/qemu_process.c: avoid double free 'buf' on closelog lable.
>
> Signed-off-by: Alex Jia<ajia at redhat.com>
> ---
>   src/qemu/qemu_process.c |    2 --
>   1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
> index b0d2149..5ef25cb 100644
> --- a/src/qemu/qemu_process.c
> +++ b/src/qemu/qemu_process.c
> @@ -1225,8 +1225,6 @@ cleanup:
>       }
>
>   closelog:
> -    VIR_FREE(buf);
> -
>       if (VIR_CLOSE(logfd)<  0) {
>           char ebuf[1024];
>           VIR_WARN("Unable to close logfile: %s",
ACK

Osier




More information about the libvir-list mailing list