Wireshark-commits: [Wireshark-commits] rev 46225: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-u

Date: Tue, 27 Nov 2012 17:05:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46225

User: gerald
Date: 2012/11/27 09:05 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r45310 | martink | 2012-10-04 08:37:38 -0700 (Thu, 04 Oct 2012) | 10 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-usb.c
 
   try to fix usb-related fuzz test crashes
 
   in dissect_usb_interface_descriptor() and
   dissect_usb_endpoint_descriptor, the offset should be incremented
   depending on the number of bytes we dissected, not based on the len
   field (len field==0 would then cause an endless loop)
 
   also fixed one occurrence of old_offset-offset, that's probably a typo,
   the values will always be negative...
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path            Action
  +1 -3      packet-usb.c    Modified

Directory: /trunk-1.6/docbook/
  Changes    Path                 Action
  +8 -8      release-notes.xml    Modified