http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50505
User: morriss
Date: 2013/07/11 07:49 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r50504 | morriss | 2013-07-11 10:46:30 -0400 (Thu, 11 Jul 2013) | 6 lines
Changed paths:
M /trunk/epan/proto.c
Fix the very long loop fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8923 :
Apply the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290
to proto_tree_add_bits_item(). That is, test that we have offset+length bytes
left in the TVB before trying to fake the item.
------------------------------------------------------------------------
Directory: /trunk-1.10/epan/
Changes Path Action
+13 -4 proto.c Modified