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 7569] Capture file that crashes wireshark in packet-stun.c

Date: Wed, 8 Aug 2012 17:21:38 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7569

--- Comment #1 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2012-08-08 17:21:37 PDT ---
The STUN dissector calls se_tree_lookup32_array() followed by
se_tree_insert32_array(). Unfortunately se_tree_lookup32_array() can destroy
the key so it needs to be refreshed. Fixed in packet-stun.c in r44366, although
a better fix might be to make emem_tree_*32_array less destructive.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.