Wireshark-bugs: [Wireshark-bugs] [Bug 10218] Buildbot crash output: fuzz-2014-06-21-27075.pcap

Date: Sun, 22 Jun 2014 14:38:51 +0000

changed bug 10218

What Removed Added
CC   [email protected], [email protected]

Comment # 1 on bug 10218 from
dissect_bta2dp() interprets its data pointer as sep_data_t *

bta2dp is part of the btl2cap.cid dissector table

dissect_b_frame()
dissector_try_uint_new(...) passes btl2cap_data_t *l2cap_data as data to
dissect_bta2dp()


looking at some more places where dissectors are added to the btl2cap.cid
dissector table, it seems that they all expect different structs in the data
parameter :-(

adding Michal Labetzki to this bug...


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