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

Wireshark-commits: [Wireshark-commits] rev 20972: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua.h ws

Date: Sun, 04 Mar 2007 16:00:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20972

User: lego
Date: 2007/03/04 04:00 PM

Log:
 do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY.
 
 Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability!

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +1 -1      wslua.h          Modified
  +11 -6     wslua_proto.c    Modified