https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3665
Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3260| |review_for_checkin?
Flag| |
--- Comment #1 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-05 12:09:27 PDT ---
Created an attachment (id=3260)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3260)
Fix infinite loop in GLBP dissector
This patch fix an infinite loop in the GLBP dissector. We used a guint32 even
though a guint8 suffices for the 'length' field. Using a larger type than
necessary would in this case produce a large value because an underflow
occurred when assigning the 'length' variable.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.