https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2741
Summary: Improve robustness of proto_tree_free
Product: Wireshark
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: anarver@xxxxxxxxxxxxxxx
Created an attachment (id=2061)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2061)
Update proto_tree_free_node to disconnect the node from its parent
Build Information:
Problem is not build specific
--
Currently, if you call proto_tree_free on anything other than the root node of
a tree the tree will get left in an inconsistent state. This is because the
parent is left pointing to the newly freed child.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.