summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1357445
blob: bebf8d02ccd5f4bdf9524582c59c7dc9ca21e505 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
graphic: 0.805
semantic: 0.707
device: 0.675
socket: 0.597
network: 0.575
vnc: 0.531
instruction: 0.483
KVM: 0.354
mistranslation: 0.332
boot: 0.280
assembly: 0.257
other: 0.228

qemu-img: 'amend -o compat=0.10' command failed with segfault on the fuzzed image

qemu-img amend -o compat=0.10' failed with a segmentation fault on the fuzzed image.

Sequence:
 1. Unpack the attached archive, make a copy of test.img
 2. Put copy.img and backing_img.qed in the same directory
 3. Execute
   qemu-img amend -o compat=0.10 -f qcow2 copy.img

Result: qemu-img was killed by SIGSEGV.

Traces can be found in the attached archive.

qemu.git HEAD 2d591ce2aeebf



Hi,

being on 2d591ce2aeebf, I rather receive "qemu-img: Error while amending options: File too large". Judging from the traces, though, this issue (the segfault at least) should be fixed by my "[PATCH v3 0/7] block/qcow2: Improve zero cluster expansion" series anyway (when merged eventually).

Max

Hi,

Well, I still (on 2.2.0-rc2) receive "File too large", so I guess that's the fix.

Max