ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3567] fuzz testing crashes tshark at proto.c

Date: Thu, 2 Jul 2009 11:58:30 -0700 (PDT)
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.