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 3913] PDML output leaks ~300 bytes / packet

Date: Wed, 19 Aug 2009 14:37:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3913


Richard Brodie <leogah@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leogah@xxxxxxxxxxx




--- Comment #3 from Richard Brodie <leogah@xxxxxxxxxxx>  2009-08-19 14:37:33 PDT ---
Valgrind footprint:

==13614==    by 0x4543675: find_finfo (proto.c:5115) 
==13614==    by 0x45404D7: proto_tree_traverse_pre_order (proto.c:434) 
==13614==    by 0x454050B: proto_tree_traverse_pre_order (proto.c:446)    
==13614==    by 0x45435E3: proto_find_finfo (proto.c:5137)   
==13614==    by 0x805306C: proto_tree_write_pdml (print.c:487)
==13614==    by 0x8064DE3: print_packet (tshark.c:2938)  
==13614==    by 0x80656EC: process_packet (tshark.c:2544) 

Patch attached to call g_ptr_array_free (<array>, TRUE) on what
proto_find_finfo() returns.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.