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 7871] Buildbot crash output: fuzz-2012-10-16-23114.pcap

Date: Wed, 17 Oct 2012 06:26:18 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871

Martin Kaiser <wireshark@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wireshark@xxxxxxxxx

--- Comment #1 from Martin Kaiser <wireshark@xxxxxxxxx> 2012-10-17 06:26:18 PDT ---
clnp dissector does

offset = cnf_hdr_len;
...
next_tvb = tvb_new_subset_remaining(tvb, offset);
...
call_dissector(clnp_handle, next_tvb, pinfo, discpdu_tree);

for cnf_hdr_len, this goes into an endless loop

I'll attach a patch as I'm not too familiar with the protocol. If there's no
complaints, I'll check it in tomorrow.

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