Wireshark-commits: [Wireshark-commits] rev 39749: /trunk/epan/ftypes/ /trunk/epan/ftypes/: ftype-tv

Date: Mon, 07 Nov 2011 16:09:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39749

User: stig
Date: 2011/11/07 08:09 AM

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 doing compare functions on a FT_PROTOCOL.

Directory: /trunk/epan/ftypes/
  Changes    Path              Action
  +39 -56    ftype-tvbuff.c    Modified