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

Wireshark-bugs: [Wireshark-bugs] [Bug 7122] HCIEVT infinite loop

Date: Tue, 17 Apr 2012 12:59:02 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7122

Evan Huus <eapache@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8253|                            |review_for_checkin?
              Flags|                            |

--- Comment #1 from Evan Huus <eapache@xxxxxxxxx> 2012-04-17 12:59:02 PDT ---
Created attachment 8253
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8253
Make loop counters guint16s to prevent wrapping

We were using guint8s as loop counters based on field lengths, and they were
overflowing/wrapping falsely. Making them guint16s fixes the problem.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.