summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/none/1720971
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/none/1720971')
-rw-r--r--results/classifier/zero-shot/108/none/172097129
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/none/1720971 b/results/classifier/zero-shot/108/none/1720971
new file mode 100644
index 00000000..10c498b3
--- /dev/null
+++ b/results/classifier/zero-shot/108/none/1720971
@@ -0,0 +1,29 @@
+graphic: 0.586
+network: 0.573
+other: 0.551
+socket: 0.521
+device: 0.499
+semantic: 0.301
+performance: 0.279
+vnc: 0.247
+files: 0.198
+KVM: 0.185
+debug: 0.120
+boot: 0.118
+permissions: 0.096
+PID: 0.068
+
+qemu/hw/block/onenand.c:522: strange if statement ?
+
+[qemu/hw/block/onenand.c:523]: (warning) Opposite inner 'if' condition leads to a dead code block.
+
+Source code is
+
+       for (b = 0; b < s->blocks; b ++) {
+            if (b >= s->blocks) {
+                s->status |= ONEN_ERR_CMD;
+                break;
+            }
+
+Inner if condition will never be true.
+