Wireshark-commits: [Wireshark-commits] master 2f2c878: Fix crash caused by nullptr in packet_list

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Dec 2015 12:26:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f2c8788a93f84b239fc0c0aaf158656d298c6d1
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2f2c878 by michal.orynicz (michal.orynicz@xxxxxxxxx):

    Fix crash caused by nullptr in packet_list
    
    Fix crash caused by nullptr returned from proto_registrar_get_byname
    in packet_list.cpp
    
    Change-Id: If8324bf7c926585e964a11b27817f73d444beec4
    Reviewed-on: https://code.wireshark.org/review/11558
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  632f9ff   Adding Zigbee dissectors for Groups Cluster and Scenes Cluster.
    adds  2f2c878   Fix crash caused by nullptr in packet_list


Summary of changes:
 ui/qt/packet_list.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)