Skip to content

Commit 639723f

Browse files
committed
triage: more linux-3.11 triage data
1 parent 4fb73c1 commit 639723f

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

triage/linux-3.11/false-positives.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Tokenizer::setVarId , function declaration in function
2+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: year
3+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: mon
4+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: day
5+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: hour
6+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: min
7+
[linux-3.11/arch/frv/kernel/time.c:93]: (error) Uninitialized variable: sec
8+
# valueflow,uninitvar,etc must stop for(;;){}
9+
[linux-3.11/arch/sparc/kernel/pcic.c:694]: (error) Uninitialized variable: irq
10+
# valueFlowSubFunction, stop at assignment
11+
[linux-3.11/arch/x86/kernel/machine_kexec_32.c:115]: (error) Possible null pointer dereference: pmd
12+
113
[linux-3.11/drivers/net/wireless/hostap/hostap_ap.c:3221]: (error) Memory leak: sta
214
[linux-3.11/drivers/block/rbd.c:1616]: (error) Possible null pointer dereference: rbd_dev
315
[linux-3.11/drivers/crypto/nx/nx-842.c:1030]: (error) Possible null pointer dereference: node
@@ -72,6 +84,11 @@
7284
[linux-3.11/drivers/net/ethernet/intel/e1000/e1000_hw.c:5617]: (error) Uninitialized variable: phy_data
7385
[linux-3.11/drivers/net/ethernet/intel/e1000/e1000_hw.c:5664]: (error) Uninitialized variable: phy_data
7486
[linux-3.11/drivers/net/ethernet/marvell/sky2.c:1173]: (error) Uninitialized variable: re
87+
88+
# Tokenizer::setVarId
89+
[linux-3.11/net/ax25/ax25_dev.c:37]: (error) Uninitialized variable: ax25_dev
90+
[linux-3.11/net/ax25/ax25_dev.c:141]: (error) Uninitialized variable: ax25_dev
91+
7592
[linux-3.11/sound/pci/pcxhr/pcxhr.c:729]: (error) Uninitialized struct member: pipe.first_audio
7693
[linux-3.11/tools/perf/builtin-kmem.c:370]: (error) Uninitialized variable: map
7794
[linux-3.11/tools/perf/builtin-kmem.c:370]: (error) Uninitialized struct member: map.unmap_ip

triage/linux-3.11/true-positives.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
[linux-3.11/arch/cris/arch-v32/drivers/sync_serial.c:285]: (error) Array 'ports[1]' accessed at index 1, which is out of bounds.
12
[linux-3.11/arch/ia64/sn/pci/tioca_provider.c:484] -> [linux-3.11/arch/ia64/sn/pci/tioca_provider.c:487]: (warning) Possible null pointer dereference: map - otherwise it is redundant to check it against null.
23
[linux-3.11/arch/powerpc/kernel/cacheinfo.c:384] -> [linux-3.11/arch/powerpc/kernel/cacheinfo.c:386]: (warning) Possible null pointer dereference: cache - otherwise it is redundant to check it against null.
4+
[linux-3.11/arch/ia64/kernel/palinfo.c:133]: (error) Array 'units[5]' accessed at index 6, which is out of bounds.
5+
[linux-3.11/arch/powerpc/perf/power4-pmu.c:506]: (error) Shifting by a negative value is undefined behaviour
6+
[linux-3.11/arch/x86/kvm/x86.c:5471]: (error) Uninitialized variable: param
7+
[linux-3.11/arch/x86/kvm/x86.c:5472]: (error) Uninitialized variable: param
8+
[linux-3.11/arch/x86/kvm/x86.c:5473]: (error) Uninitialized variable: param
9+
[linux-3.11/arch/x86/kvm/x86.c:5474]: (error) Uninitialized variable: param
10+
[linux-3.11/arch/x86/math-emu/poly_2xm1.c:127]: (error) Uninitialized struct member: Denom.msw
11+
[linux-3.11/arch/x86/math-emu/poly_2xm1.c:73]: (error) Uninitialized struct member: argSignif.msw
12+
[linux-3.11/arch/x86/math-emu/poly_atan.c:92]: (error) Uninitialized variable: argSignif
13+
[linux-3.11/arch/x86/math-emu/poly_l2.c:205]: (error) Uninitialized struct member: Numer.msw
14+
[linux-3.11/arch/x86/math-emu/poly_l2.c:194]: (error) Uninitialized variable: argSignif
15+
[linux-3.11/arch/x86/math-emu/poly_l2.c:199]: (error) Uninitialized variable: argSignif
16+
[linux-3.11/arch/x86/math-emu/poly_l2.c:218]: (error) Uninitialized struct member: argSignif.lsw
17+
[linux-3.11/arch/x86/math-emu/poly_l2.c:219]: (error) Uninitialized struct member: argSignif.midw
18+
[linux-3.11/arch/x86/math-emu/poly_l2.c:212]: (error) Uninitialized struct member: argSignif.msw
19+
[linux-3.11/arch/x86/math-emu/poly_sin.c:352]: (error) Uninitialized struct member: fix_up.msw
20+
[linux-3.11/arch/x86/math-emu/poly_tan.c:108]: (error) Uninitialized struct member: accum.lsw
21+
[linux-3.11/arch/x86/math-emu/poly_tan.c:186]: (error) Uninitialized struct member: fix_up.msw
22+
323
[linux-3.11/drivers/acpi/battery.c:553] -> [linux-3.11/drivers/acpi/battery.c:557]: (performance) Variable 'status' is reassigned a value before the old one has been used.
424
[linux-3.11/drivers/acpi/bus.c:737] -> [linux-3.11/drivers/acpi/bus.c:740]: (performance) Variable 'status' is reassigned a value before the old one has been used.
525
[linux-3.11/drivers/acpi/glue.c:243] -> [linux-3.11/drivers/acpi/glue.c:245]: (performance) Variable 'retval' is reassigned a value before the old one has been used.

0 commit comments

Comments
 (0)