Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9894] Buildbot crash output: fuzz-2014-03-17-32532.pcap

Date: Tue, 18 Mar 2014 16:07:31 +0000

changed bug 9894

What Removed Added
Status CONFIRMED IN_PROGRESS
CC   [email protected]

Comment # 1 on bug 9894 from
I can reproduce this. The crash is in packet-rtp.c

encoding_name_and_rate_pt = (encoding_name_and_rate_t
*)g_hash_table_lookup(p_conv_data->rtp_dyn_payload, &payload_type);

the hash table seems to be corrupt, e.g. the key comparison function is NULL

I couldn't figure out where the hash table gets corrupted. The hash table is
already broken when packet-rtp reads it as part of 


 p_conv_data = (struct _rtp_conversation_info
*)p_get_proto_data(wmem_file_scope(), pinfo, proto_rtp, 0);


The hash table is created in setup_sdp_transport() and passed to the rtp layer
via
(s)rtp_add_address()...


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