Peter Wu
changed
bug 11443
Comment # 6
on bug 11443
from Peter Wu
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.