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 2021] Crash at packet-usb-masstorage.c:357 fuzz-2007-11-20

Date: Mon, 26 Nov 2007 09:50:54 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2021





------- Comment #2 from florent.drouin@xxxxxxxxxx  2007-11-26 09:50 GMT -------
in dissect_usb_endpoint_descriptor, a new conversation is added with
conversation_add_proto_data(conversation, proto_usb,
usb_trans_info->interface_info);
and the pointer class_data is not initialized (because we have not a structure
usb_conv_info_t)

It seems, there is a conflict, with a previous conversation added with
get_usb_conv_info(conversation);

The new conversation (from usb_endpoint) is taken, with the wrong info, whereas
the first conversation with usb_conv_info should be used.


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