Bugzilla – Attachment 490399 Details for
Bug 761684
qemu-img segfaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Fix for the bug
qemu-img-progress-segfault.patch (text/plain), 653 bytes, created by
Charles Arnold
on 2012-05-10 22:21:23 UTC
(
hide
)
Description:
Fix for the bug
Filename:
MIME Type:
Creator:
Charles Arnold
Created:
2012-05-10 22:21:23 UTC
Size:
653 bytes
patch
obsolete
>Index: qemu-1.0.1/qemu-img.c >=================================================================== >--- qemu-1.0.1.orig/qemu-img.c >+++ qemu-1.0.1/qemu-img.c >@@ -737,6 +737,8 @@ static int img_convert(int argc, char ** > > out_filename = argv[argc - 1]; > >+ qemu_progress_init(progress, 2.0); >+ > if (options && !strcmp(options, "?")) { > ret = print_block_option_help(out_filename, out_fmt); > goto out; >@@ -749,7 +751,6 @@ static int img_convert(int argc, char ** > goto out; > } > >- qemu_progress_init(progress, 2.0); > qemu_progress_print(0, 100); > > bs = g_malloc0(bs_n * sizeof(BlockDriverState *));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 761684
: 490399