http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2410
Bill Meier <wmeier@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx> 2008-05-02 14:57:41 GMT ---
> 2. The exception chandling ode (TRY ... ENDTRY) seems to have a problem
> on Windows wireshark (at least for the case of initially reading and
> decoding a file).
This issue might be related to the Windows SEH macros being used
simultaneously with the kazlib TRY... macros in dissect_frame(...) in
packet_frame.c.
Luis Ontanon mentions
(in http://www.wireshark.org/lists/wireshark-dev/200704/msg00243.html)
that an "exceptional exception" can leave "the kazlib's stack in
an inconsistent state".
-------------
Be that as it may, I'm going to close this bug since the cause of the invalid
memory reference has been fixed as described in the previous comment.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.