summary refs log tree commit diff stats
path: root/results/classifier/105/graphic/2298
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/graphic/2298')
-rw-r--r--results/classifier/105/graphic/229825
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/2298 b/results/classifier/105/graphic/2298
new file mode 100644
index 000000000..223b8c987
--- /dev/null
+++ b/results/classifier/105/graphic/2298
@@ -0,0 +1,25 @@
+graphic: 0.543
+semantic: 0.444
+instruction: 0.260
+device: 0.213
+vnc: 0.193
+socket: 0.168
+network: 0.139
+boot: 0.087
+mistranslation: 0.056
+KVM: 0.052
+other: 0.029
+assembly: 0.022
+
+Invariant result in opts-visitor.c
+Description of problem:
+Expressions:
+1) val2 <= INT64_MAX
+2) INT64_MIN <= val2
+in line [431](https://github.com/qemu/qemu/blob/62dbe54c24dbf77051bafe1039c31ddc8f37602d/qapi/opts-visitor.c#L431) are always true.
+
+Seems like this checks are redundant.
+
+Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
+
+Author A. Burke.