qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH for-2.0] qemu-img: mandate argument to 'qemu-i


From: Kevin Wolf
Subject: Re: [Qemu-trivial] [PATCH for-2.0] qemu-img: mandate argument to 'qemu-img check --repair'
Date: Tue, 25 Mar 2014 12:07:51 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Am 24.03.2014 um 19:38 hat Prasad Joshi geschrieben:
> qemu-img check --repair option accepts an argument. The argument to
> --repair switch can either be 'all' or 'leak'. Fix the long option to
> mandate argument with --repair switch.
> 
> The patch fixes following segmentation fault
> 
> Core was generated by `qemu-img check -f qcow2 --repair all t.qcow2'.
> Program terminated with signal 11, Segmentation fault.
> 0  in img_check (argc=6, argv=0x7fffab9b8a10) at qemu-img.c:588
> 588               if (!strcmp(optarg, "leaks")) {
> (gdb) bt
>   0  img_check (argc=6, argv=0x7fffab9b8a10) at qemu-img.c:588
>   1  __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
>   2  _start ()
> (gdb)
> 
> Signed-off-by: Prasad Joshi <address@hidden>

Reviewed-by: Kevin Wolf <address@hidden>

Stefan, this should still go into 2.0.

Kevin



reply via email to

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