Wireshark-bugs: [Wireshark-bugs] [Bug 10386] Buildbot crash output: fuzz-2014-08-14-24510.pcap

Date: Tue, 19 Aug 2014 20:31:01 +0000

changed bug 10386


What Removed Added
Status CONFIRMED RESOLVED
Resolution --- FIXED

Comment # 12 on bug 10386 from
Interesting bug...

The audio packet was interpreted as video because the USB device's last
interface is a video interface. When the configuration, interface and endpoint
descriptors are parsed, some temporary info about the current interface is
stored in the conversation.

This temporary info is not cleared when there's an exception during the
descriptor parsing. It is then used in subsequent packets to determine their
type, thus changing audio packets into video.

In 119406192fcd909ae92a8d662ae1096eb9558019, I added a routine to clear
temporary infos in the conversation before parsing a new packet.


You are receiving this mail because:
  • You are watching all bug changes.