https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3970
Gerald Combs <gerald@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gerald@xxxxxxxxxxxxx
--- Comment #3 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2009-09-01 11:50:51 PDT ---
It looks like there might be infinite (or at least large) loops as well:
guint16 bytesRemain;
while(bytesRemain > 0) {
...
bytesRemain -=4;
}
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.