Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4393] Error when compiling due to uninitialized variables

Date: Wed, 13 Jan 2010 15:29:05 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4393

--- Comment #6 from Guy Harris <guy@xxxxxxxxxxxx> 2010-01-13 15:29:05 PST ---
"Uninitalized variable" checking, at least in GCC, is, I think, done as a
side-effect of the dataflow analysis done in the optimizer.  Cranking up the
optimizer might either

    1) cause additional references to uninitialized variables to be caught

or

    2) cause some false positives

or both.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.