Wireshark-bugs: [Wireshark-bugs] [Bug 11532] "Decode As" dialog can crash Wireshark

Date: Mon, 21 Sep 2015 12:19:30 +0000

changed bug 11532


What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 1 on bug 11532 from
This seem to be related to a property of QComboBox that selects the next line
when double clicking, leading to a call to DecodeAsDialog::curProtoDestroyed(),
and later on (when selecting a protocol in drop-down list) a deference of NULL
pointer.
I tried overloading the mouseDoubleClickEvent() event but miserably failed :)


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