https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3567
Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3239| |review_for_checkin?
Flag| |
--- Comment #3 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-02 11:58:27 PDT ---
Created an attachment (id=3239)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3239)
Use se_alloc()
The template cache contains pointers that are session-scope (only freed in
netflow_reinit()) but still we use g_malloc(). This patch changes that so we
now use se_alloc(). With this patch I'm able to reproduce the crash
("Per-session memory corrupted").
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.