Wireshark-commits: [Wireshark-commits] master c9bb676: Qt: fix crash on Next/Previous Packet in Con
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Nov 2019 06:43:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9bb676118caade49e2f9365910a76cbc0a5f343
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c9bb676 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix crash on Next/Previous Packet in Conversation without selection
    
    Protect against a NULL edt pointer. That can occur when the packet
    details view is empty, e.g. when no packet is selected.
    
    Bug: 16228
    Change-Id: Ie9621db4b84b504e4d9cee2add5004df2e383970
    Reviewed-on: https://code.wireshark.org/review/35204
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  56ed5d4   macOS: Use the correct path when building our app bundle.
     add  c9bb676   Qt: fix crash on Next/Previous Packet in Conversation without selection


Summary of changes:
 ui/qt/main_window_slots.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)