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 6010] Buildbot crash output: fuzz-2011-06-09-9718.pcap

Date: Thu, 9 Jun 2011 10:02:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6010

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-06-09 10:02:48 PDT ---
It looks like the problem is that some JPEGs are creeping into the fuzz
menagerie.

editcap cannot write files out as JPEG but it is taking the input (JPEG) and
(trying to) convert it to PCAP which results in a bogus PCAP file.

In this case, the original JPEG is 75541 bytes long.  The resulting (fuzzed)
PCAP file is 65535 bytes long but the packet length is set to the original file
size, causing the problem.

Neither trunk-1.4 nor trunk-1.6 has this problem: they write an empty PCAP file
instead of one with a bogus packet in it.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.