[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Bug 1332297] Re: qemu-img: crash on check of an image
From: |
M.Kustova |
Subject: |
Re: [Qemu-devel] [Bug 1332297] Re: qemu-img: crash on check of an image with large value in the 'size' header field |
Date: |
Tue, 24 Jun 2014 17:19:13 +0400 |
On Mon, Jun 23, 2014 at 12:02 PM, Stefan Hajnoczi <address@hidden> wrote:
> On Thu, Jun 19, 2014 at 07:19:55PM -0000, Maria Kustova wrote:
>> The bug description missed qemu-img error:
>>
>> (process:12283): GLib-ERROR **: gmem.c:110: failed to allocate
>> 18446744059294601304 bytes
>
> Thanks, there has been recent work by Kevin Wolf to handle memory
> allocation failures gracefully without terminating QEMU. This sounds
> like a candidate for g_try_malloc() and friends.
>
> Does the following patch series solve the problem?
> https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01275.html
These patches are conflicting with current master. So I can't test
them as they are.
Do you have a developer repository or branch containing these patches,
so I could test it on the pre-release base?
>
> Stefan
- [Qemu-devel] [PULL 00/14] Trivial patches for 2014-06-24, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 06/14] block.c: Remove useless 'buf' variable, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 02/14] Fix new typos (found by codespell), Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 01/14] virtio-serial: remove useless set_config function, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 07/14] rng-random: NULL check not needed before g_free(), Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 03/14] configure: Enable TPM by default, add --disable-tpm, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 14/14] Add support for the arm breakpoint syscall, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 12/14] target-s390x: Remove unused ld_code6() function, Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 08/14] tcg: mark tcg_out* and tcg_patch* with attribute 'unused', Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 13/14] Increase maximum number of session of the internal TFTP server., Michael Tokarev, 2014/06/24
- [Qemu-devel] [PULL 05/14] vscclient: Add required headers to fix build on FreeBSD, Michael Tokarev, 2014/06/24