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 3917] tvb_new_real_data is prone to memory leak.

Date: Wed, 14 Dec 2011 10:10:00 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3917

--- Comment #7 from Bill Meier <wmeier@xxxxxxxxxxx> 2011-12-14 13:09:58 EST ---
> ./epan/dissectors/packet-dmp.c and ./epan/dissectors/packet-ldss.c use 
> tvb_uncompress and leak memory, should use tvb_child_uncompress

Fixed in SVN #40171 (in a slightly different way than the fixes
originally done by Anders which were then reverted)


> in decrypt_krb5_data(), tvb_free is not called at the end of the loop

Fixed in SVN #40199 (epan/dissectors/packet-kerberos.c only)


> 
> ./epan/dissectors/packet-dcp-etsi.c
> surely leak tvb structure memory.
> in dissect_pft_fec_detailed()
> dummytvb is never freed.

Fixed in SVN #40163


> ./epan/dissectors/packet-syslog.c
> leak memory.
> mtp3_tvb is never freed.

Fixed in SVN #40186


Remaining:
  packet-ssl-utils.c
  packet-nfs.c
  packet-rtmpt.c

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