summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/1279257
blob: 0b7c8856b2411d428068ac927d3d9084dc50d822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.