[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH v2] qemu-img: Fix crash in amend invocation
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-stable] [PATCH v2] qemu-img: Fix crash in amend invocation |
Date: |
Thu, 3 Sep 2015 17:13:44 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 21.08.2015 um 01:00 hat Max Reitz geschrieben:
> Example:
> $ ./qemu-img create -f qcow2 /tmp/t.qcow2 64M
> $ ./qemu-img amend -f qcow2 -o backing_file=/tmp/t.qcow2, -o help \
> /tmp/t.qcow2
>
> This should not crash. This actually is tested by iotest 082, but not
> caught due to the segmentation fault being silent (which is something
> that needs to be fixed, too).
>
> Reported-by: Dr. David Alan Gilbert <address@hidden>
> Cc: qemu-stable <address@hidden>
> Signed-off-by: Max Reitz <address@hidden>
> ---
> v2:
> - Fix leak introduced by trying to be clever [Eric]
> (thank you for catching this!)
Thanks, applied to the block branch.
Kevin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-stable] [PATCH v2] qemu-img: Fix crash in amend invocation,
Kevin Wolf <=