https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7054
Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames-ws@xxxxxxxxxxxx
--- Comment #1 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-04-10 02:27:37 PDT ---
packet-ldap heavily store ep_ allocated memory in global pointers
to name few: ldapstring, attributedesc_string, substring_item_final,
substring_item_init, ...
These pointers should *probably* be set to NULL in ldap_frame_end()
or we should use another memory allocator.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.