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 7789] Buildbot crash output: fuzz-2012-10-03-25361.pcap

Date: Thu, 4 Oct 2012 09:30:49 -0700 (PDT)
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.