Re: [Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()

2014-08-11 Thread Hitoshi Mitake
At Mon, 11 Aug 2014 15:38:21 +0100, Stefan Hajnoczi wrote: > > [1 ] > On Mon, Aug 11, 2014 at 03:50:03PM +0900, Hitoshi Mitake wrote: > > Calling error_get_progname() in the context of qemu-io can cause > > segmentation fault because qemu-io doesn't initialize its progname > > with error_set_prog

Re: [Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()

2014-08-11 Thread Hitoshi Mitake
At Mon, 11 Aug 2014 13:20:38 +0200, Markus Armbruster wrote: > > Hitoshi Mitake writes: > > > Calling error_get_progname() in the context of qemu-io can cause > > segmentation fault because qemu-io doesn't initialize its progname > > with error_set_progname(). This patch adds the initialization.

Re: [Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()

2014-08-11 Thread Stefan Hajnoczi
On Mon, Aug 11, 2014 at 03:50:03PM +0900, Hitoshi Mitake wrote: > Calling error_get_progname() in the context of qemu-io can cause > segmentation fault because qemu-io doesn't initialize its progname > with error_set_progname(). This patch adds the initialization. > > Cc: Kevin Wolf > Cc: Stefan

Re: [Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()

2014-08-11 Thread Markus Armbruster
Hitoshi Mitake writes: > Calling error_get_progname() in the context of qemu-io can cause > segmentation fault because qemu-io doesn't initialize its progname > with error_set_progname(). This patch adds the initialization. > > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Hitoshi Mitak

[Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()

2014-08-10 Thread Hitoshi Mitake
Calling error_get_progname() in the context of qemu-io can cause segmentation fault because qemu-io doesn't initialize its progname with error_set_progname(). This patch adds the initialization. Cc: Kevin Wolf Cc: Stefan Hajnoczi Signed-off-by: Hitoshi Mitake --- qemu-io.c | 1 + 1 file change