Wireshark-commits: [Wireshark-commits] master-2.2 c71ac83: qt: fix crash on Search Packet while red
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c71ac83231ff536e389bcd080bea23efcc9d4e62
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
c71ac83 by Peter Wu (peter@xxxxxxxxxxxxx):
qt: fix crash on Search Packet while redissecting
Before redissection, PacketList::freeze() is called which clears the
model. This results in a NULL-deref when pressing Ctrl-F (Packet
Search) or Ctrl-G (Go To Packet). Reproducer: in a large capture file,
enter some display filter (e.g. "udp") and immediately press Ctrl-F.
Thanks to Github user SNAPESNATCH for the initial report via IRC that
included a helpful stack trace on Windows.
Change-Id: If7334d6df4e9591fb1f2a52e3e2f837285b2959f
Reviewed-on: https://code.wireshark.org/review/17326
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
(cherry picked from commit 09be46361bab677842cc598405cbc7a44b974f1f)
Reviewed-on: https://code.wireshark.org/review/17342
Actions performed:
from 608befb xmpp/xml: Store item length in xml_frame.
adds c71ac83 qt: fix crash on Search Packet while redissecting
Summary of changes:
ui/qt/main_window_slots.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)