Wireshark-bugs: [Wireshark-bugs] [Bug 8155] Buildbot crash output: fuzz-2012-12-31-17881.pcap

Date: Tue, 01 Jan 2013 16:36:42 +0000

changed bug 8155

What Removed Added
CC   [email protected], [email protected]

Comment # 1 on bug 8155 from
Packet-mih.c tries to use proto_tree_add_bitmask with FT_UINT64, which will
trigger an assert (hf_iq_list is this case, but there is also
hf_link_subtype_eth, hf_link_subtype_wireless_other, hf_link_subtype_ieee80211,
hf_link_subtype_umts, hf_link_subtype_cdma2000 and hf_link_subtype_ieee80216).
Despite the comment in line 1096, the assert will be triggered as the length is
deduced from the FT_UINT64 length value.
Adding Alton MacDonald in copy of this bug as he wrote this code (see bug
5881).


You are receiving this mail because:
  • You are watching all bug changes.