https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7789
--- Comment #5 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2012-10-04 09:30:49 PDT ---
Loops are limited to 255 iterations in several places:
/* limit number of samples to 255 to avoid huge number of loops
* caused by corrupted data */
for (i = 0; i < (numsamples & 0x000000ff); i++) {
Maybe we should add an expert item or just let them trigger an exception
instead?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.