https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2814
Summary: Conceivably not initialized (Lint Info 771)
Product: Wireshark
Version: SVN
Platform: PC
URL: http://www.wireshark.org/lists/wireshark-
dev/200808/msg00135.html
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 26033
--
I ran lint on *.c, epan/*.c, epan/dissectors/packet-*.c, and
plugins/*/packet-*.c and the following file(line#) were marked by lint with the
indication that certain symbols could be "conceivably not initialized":
1) epan\dissectors\packet-3g-a11.c(534) : Info 771: Symbol 'msid_digits'
2) epan\dissectors\packet-dcerpc.c(2860) : Info 771: Symbol 'result'
3) plugins\profinet\packet-dcom-cba-acco.c(2257) : Info 771: Symbol 'u16CRID'
4) plugins\profinet\packet-dcom-cba-acco.c(2257) : Info 771: Symbol
'u16CRLength'
5) plugins\profinet\packet-dcom-cba-acco.c(2424) : Info 771: Symbol
'u32ProvCRID'
6) epan\dissectors\packet-dcom.c(340) : Info 771: Symbol 'machine'
7) epan\dissectors\packet-dcom.c(363) : Info 771: Symbol 'object'
8) epan\dissectors\packet-dcom.c(385) : Info 771: Symbol 'interf'
9) epan\dissectors\packet-dcom.c(1280) : Info 771: Symbol 'u32BoundElements'
10) epan\dissectors\packet-mpls.c(652) : Info 771: Symbol 'label'
11) epan\dissectors\packet-umts_fp.c(2475) : Info 771: Symbol 'subframes'
12) epan\dissectors\packet-umts_fp.c(2897) : Info 771: Symbol 'pdu_length'
13) epan\dissectors\packet-umts_fp.c(2897) : Info 771: Symbol 'no_of_pdus'
14) epan\dissectors\packet-x11.c(1768) : Info 771: Symbol 'keysym'
15) epan\reedsolomon.c(625) : Info 771: Symbol 'root' (line 414)
16) epan\reedsolomon.c(645) : Info 771: Symbol 'loc' (line 414)
Of the possibles, I believe only the following to be valid complaints:
1) epan\dissectors\packet-dcom.c(1280) : Info 771: Symbol 'u32BoundElements'
2) plugins\profinet\packet-dcom-cba-acco.c(2257) : Info 771: Symbol 'u16CRID'
3) plugins\profinet\packet-dcom-cba-acco.c(2257) : Info 771: Symbol
'u16CRLength'
4) plugins\profinet\packet-dcom-cba-acco.c(2424) : Info 771: Symbol
'u32ProvCRID'
5) epan\dissectors\packet-mpls.c(652) : Info 771: Symbol 'label'
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.