ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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