Wireshark-commits: [Wireshark-commits] rev 28927: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 02 Jul 2009 20:35:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28927

User: gerald
Date: 2009/07/02 01:35 PM

Log:
 From Kovarththanan Rajaratnam via bug 3567:
 
 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").

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +4 -16     packet-netflow.c    Modified