summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1279257
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1279257')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/127925712
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1279257 b/results/classifier/deepseek-2-tmp/output/other/1279257
new file mode 100644
index 000000000..0b7c8856b
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/other/1279257
@@ -0,0 +1,12 @@
+
+[hw/scsi/scsi-bus.c:910]: (style) Expression '(X & 0x4) == 0x1' is always false.
+
+Source code is
+
+       } else if ((buf[1] & 4) == 1) {
+
+Suggest code rework. I found this bug by running
+static analyser cppcheck over the source code.
+
+I also checked the latest code on the web and the
+bug exists there also.
\ No newline at end of file