Wireshark-bugs: [Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

Date: Thu, 16 Apr 2015 06:48:54 +0000

Comment # 1 on bug 11123 from
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.