Wireshark-commits: [Wireshark-commits] rev 50734: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 18 Jul 2013 23:34:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50734

User: morriss
Date: 2013/07/18 04:34 PM

Log:
 Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8941 :
 
 Storing 2 different structures on the fd proto_data (with the same key) isn't
 safe: use different keys to keep them separate.  I do wonder if both are
 really necessary...
 
 This fix can be back-ported to trunk-1.10 but not trunk-1.8 (which lacks the
 key identifier for proto_data's).

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +10 -8     packet-ntlmssp.c    Modified