https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5144
Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stig@xxxxxxxxxxxxx
--- Comment #2 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2010-08-26 06:45:21 PDT ---
I get this warning:
packet-flip.c: In function 'dissect_flip':
packet-flip.c:562: warning: 'data_len' may be used uninitialized in this
function
This is because data_len is never set outside "if (tree)". This is bad
practice, because we sometimes dissect without tree.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.