Wireshark-bugs: [Wireshark-bugs] [Bug 11443] tshark crash when specifying ssl.keys_list on cli

Date: Thu, 27 Aug 2015 12:24:32 +0000

changed bug 11443


What Removed Added
CC   [email protected]

Comment # 6 on bug 11443 from
It does not occur with master because of v1.99.2rc0-631-g7967ef9 ("Remove emem
APIs from UAT functionality."). That patch does not apply cleanly on 1.12 and
could also be a bit risky given its size.

A partial fix requires replacing ep_alloc0 by g_malloc0 in uat_esc, but then
there is a memleak for UAT strings in epan/uat.h. Michael, do you remember what
other changes you have to make here?

An alternative, safer option (but with a deviation from master) is to remove
the g_free call from the SSL and DTLS dissectors.


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