Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sat, 17 Mar 2012 02:41:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41625

User: morriss
Date: 2012/03/16 07:41 PM

Log:
 Fix the infinite-loop fuzz failure reported in
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6949 :
 
 Don't use a guint8 for() loop index when the end of the loop value is stored
 in a guint: the loop index may never reach the end-of-loop value.
 
 Also remove a shadow'd variable.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +20 -20    packet-ua3g.c    Modified