Wireshark-commits: [Wireshark-commits] rev 49610: /trunk/ui/gtk/ /trunk/ui/gtk/: sctp_assoc_analyse

Date: Wed, 29 May 2013 13:50:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49610

User: mmann
Date: 2013/05/29 06:50 AM

Log:
 Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no associations.  Bug 8731 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8731)
 
 Dialog (wants to) pop up noting no associations, but sctp_set_filter() wants to press on assuming there is an association. Added NULL check to prevent assumption.

Directory: /trunk/ui/gtk/
  Changes    Path                    Action
  +2 -0      sctp_assoc_analyse.c    Modified