Wireshark-bugs: [Wireshark-bugs] [Bug 3493] packet-dcm, corrupt DICOM export files

Date: Wed, 3 Jun 2009 14:13:24 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3493





--- Comment #4 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2009-06-03 14:13:23 PDT ---
Well, if you change ep_alloc into g_malloc you loose the automagic memory
release after the packet has been dissected and tap data pushed out.
If you look at packet-http.c line 1151, you'll see that the export object is
se_alloc'ed, and queued for taps. If you look in tap.c tap_push_tapped_queue()
there the tapped export object is pushed to the tap listener. Like
eo_http_packet() the eo_dicom_packet() g_mallocs' and export_object_entry and
it is that entry that is eventually released by closing the export object
window. 


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