http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47652
User: mmann
Date: 2013/02/13 07:30 PM
Log:
Fix crash with SDP setup mechanism, bug 8323 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8323)
The issue was that hash tables were being accessed after they were freed from a "rejected answer".
The code was also too generous in considering many SIP status codes as "rejected answers", so now less SIP status codes are treated as "rejected answers" and are ignored by the transport API.
Directory: /trunk/epan/dissectors/
Changes Path Action
+7 -1 packet-sdp.c Modified
+8 -3 packet-sip.c Modified