Wireshark-commits: [Wireshark-commits] master-2.6 e6fed1a: Qt: Fix Crash in empty Bluetooth windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Feb 2019 20:58:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6fed1a6fd37377fcdc2af53cd5f507a3dbb6829
Submitter: "Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

e6fed1a by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    Qt: Fix Crash in empty Bluetooth windows
    
    Avoid crashed in context menu in Bluetooth windows when there is no any items.
    Also add missing last column in "Copy All" in HCI Summary (fix console warning).
    
    Change-Id: I28af0208c3b1c813d43305f3c0a4bf19f66d3e31
    Reviewed-on: https://code.wireshark.org/review/31977
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31980
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    

Actions performed:

    from  662d894   Fix crash when using the "matches" operator on non-UTF-8 data
     add  e6fed1a   Qt: Fix Crash in empty Bluetooth windows


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp | 30 +++++++++++++++-------
 ui/qt/bluetooth_device_dialog.cpp                | 32 +++++++++++++++++-------
 ui/qt/bluetooth_hci_summary_dialog.cpp           |  4 +--
 3 files changed, 46 insertions(+), 20 deletions(-)