Re: [PATCH 4/4] qemu-img: improve queue depth validation in img_bench

2025-04-25 Thread Kevin Wolf
Am 27.03.2025 um 17:24 hat ger...@altlinux.org geschrieben: > From: Denis Rastyogin > > This error was discovered by fuzzing qemu-img. > > Currently, running `qemu-img bench -d 0` in img_bench is allowed, > which is a pointless operation and causes qemu-img to hang. > > Signed-off-by: Denis Ras

[PATCH 4/4] qemu-img: improve queue depth validation in img_bench

2025-03-27 Thread gerben
From: Denis Rastyogin This error was discovered by fuzzing qemu-img. Currently, running `qemu-img bench -d 0` in img_bench is allowed, which is a pointless operation and causes qemu-img to hang. Signed-off-by: Denis Rastyogin --- qemu-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-