Wireshark-commits: [Wireshark-commits] rev 50504: /trunk/epan/ /trunk/epan/: proto.c
Date: Thu, 11 Jul 2013 14:46:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50504

User: morriss
Date: 2013/07/11 07:46 AM

Log:
 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/epan/
  Changes    Path          Action
  +13 -4     proto.c       Modified