Wireshark-commits: [Wireshark-commits] master-2.0 8bd5bcc: Fix crash caused by nullptr in packet_li

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Dec 2015 12:45:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bd5bcc0523f4f9360b46eafea094a6dae86a25b
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

8bd5bcc 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>
    (cherry picked from commit 2f2c8788a93f84b239fc0c0aaf158656d298c6d1)
    Reviewed-on: https://code.wireshark.org/review/12476
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  6d1d9b6   opcua: fix order of ExpandedNodeId bits
    adds  8bd5bcc   Fix crash caused by nullptr in packet_list


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