http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50735
User: morriss
Date: 2013/07/18 04:49 PM
Log:
Copy over with manual intervention:
------------------------------------------------------------------------
r50734 | morriss | 2013-07-18 19:34:48 -0400 (Thu, 18 Jul 2013) | 9 lines
Changed paths:
M /trunk/epan/dissectors/packet-ntlmssp.c
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-1.10/epan/dissectors/
Changes Path Action
+10 -8 packet-ntlmssp.c Modified