summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/2031
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/vmm/2031')
-rw-r--r--results/classifier/accel-gemma3:12b/vmm/203114
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/vmm/2031 b/results/classifier/accel-gemma3:12b/vmm/2031
new file mode 100644
index 000000000..42cb4285d
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/vmm/2031
@@ -0,0 +1,14 @@
+
+Redundant comparison
+Description of problem:
+The result of the function `qdev_get_hotplug_handler` is always __NULL__. That is why the comparison in the line №502 is redundant:
+
+https://gitlab.com/qemu-project/qemu/-/blob/master/hw/core/qdev.c#L501
+
+This code will never be executed:
+
+https://gitlab.com/qemu-project/qemu/-/blob/master/hw/core/qdev.c#L502-L507
+
+Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
+
+Author A. Voronin.