https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16698

Tomasz Mon <deso...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deso...@gmail.com

--- Comment #3 from Tomasz Mon <deso...@gmail.com> ---
The use-after-free occurs when printing "Reassembled" payload tvb, first at
packet 305.

If the function call add_new_data_source(pinfo, payload_tvb, "Reassembled"); in
packet-ftdi-ft.c (introduced in commit
c706a909e3592d89986b856bf02894a42df699ee) is removed, then the use-after-free
does not occur. This however, doesn't address the underlying issue at all, only
results in "Reassembled" not being printed during first pass (and thus not used
after dissecting the packet).

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to