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

--- Comment #1 from Guy Harris <g...@alum.mit.edu> ---
Line 4869 is

          g_hash_table_insert(giop_info->optypes,
GUINT_TO_POINTER(header.req_id), GUINT_TO_POINTER((guint)header.message_type));

and it's probably either header.req_id or header.message_type that's not
initialized.

This is probably a bug introduced by I10ca51f745710dca3b57a03cc89126f7b1dc06b4,
which adds support for reassembly of GIOP fragments.

-- 
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://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to