Wireshark-commits: [Wireshark-commits] rev 39748: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_prot
Date: Mon, 07 Nov 2011 07:41:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39748

User: stig
Date: 2011/11/06 11:41 PM

Log:
 Do not return from within a TRY/CATCH/ENDTRY because this will make the
 except stack invalid, and will lead to a crash.
 
 In this case it was when calling a dissector from a table in a Lua script.

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