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

Date: Fri, 15 Aug 2014 23:30:42 +0000

Comment # 4 on bug 10386 from
I'm not sure what's going on here.

dissect_ac_if_hdr_body is setting the class_data of the usb_conv_info to be an
audio_conv_info. This is happening for a usb_conv_info of IF_CLASS_AUDIO.

Somehow, somewhere, that usb_conv_info is having its class *changed* to
IF_CLASS_VIDEO. The usb-video dissector then tries to read class_data as a
video_conf_info (which it's not) and things blow up.

I will bisect, but Martin I suspect one of your recent changes.


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