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 1001] free() invalid pointer in dissect_802_3 at packet-ie

Date: Wed, 26 Jul 2006 22:32:20 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1001





------- Comment #3 from jmayer@xxxxxxxxx  2006-07-26 22:32 GMT -------
didier gautheron:
--------------
It looks like free(0) isn't valid with their setup.

>From the code it doesn't seems to be a faulty call to free.

void except_free(void *ptr)
{
if (ptr)
    get_dealloc()(ptr);
}
in epan/except.c

should fixed it.
-------------------

Can you please test this?


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