summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1356969
blob: 77cd61eb055314f4a625bf6768007aa7829a0d81 (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
qemu-io: the 'map' command hangs on the fuzzed image

Sequence:
 1. Unpack the attached archive, make a copy of test.img
 2. Put copy.img and backing_img.vdi in the same directory
 3. Execute

qemu-io copy.img -c map

Result: qemu-io processes part of the image and then hangs loading 100% of CPU time.


qemu.git HEAD 2d591ce2aeebf



Hi,

well, the issue for this specific image is fixed because it is detected to be corrupt before the mapping can reach the point in question (unaligned L2 table entry). However, commit 4b25bbc4c22cf39350b75bd250d568a4d975f7c5 should have fixed the problem this bug report is really about. Thus, should be fixed.

Thanks for reporting,

Max