Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3725] The GIOP dissector should use ep_ or se_ allocated m

Date: Sat, 31 Jul 2010 18:29:03 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3725

--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-07-31 18:29:02 PDT ---
If g_malloc/g_new use is discouraged, then at a quick glance there would appear
to be quite a few other dissectors besides GIOP that should also use ep_ or se_
allocated memory instead:

$ grep -l g_malloc wireshark-1.2.10/epan/dissectors/*.c | wc
     61      61    1904
$ grep -l g_new wireshark-1.2.10/epan/dissectors/*.c | wc
     13      13     407

$ grep -l g_malloc wireshark-svn33680/epan/dissectors/*.c | wc
     68      68    2124
$ grep -l g_new wireshark-svn33680/epan/dissectors/*.c | wc
     13      13     405

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