https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16639

Guy Harris <ghar...@sonic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |IN_PROGRESS

--- Comment #1 from Guy Harris <ghar...@sonic.net> ---
The RTPS dissector never initializes the fields_visited member of a type
mapping object.  It does set bits in it, but the bits that it never explicitly
sets are set to some random value.

Explicitly zeroing that field out after allocating the structure makes the
problem go away.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to