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.