https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4393
Summary: Error when compiling due to uninitialized variables
and -Werror flag
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: All
OS/Version: All
Status: NEW
Severity: Trivial
Priority: Low
Component: Extras
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: marco.c.schulze@xxxxxxxxx
Created an attachment (id=4138)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4138)
Simple patch.
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Version: 1.3.2
In file: './epan/dissectors/packet-dcerpc-netlogon.c'
In function: dissect_secchan_verf
Unintialized variables: encrypted_seq, digest and confounder
I have no knowledge about how any part of this program works (just downloaded
it), but simply initialize those variables (to 0) will get it working.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.