Wireshark-commits: [Wireshark-commits] master e66ded5: packet: make sure handle and dissector table
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Jun 2019 08:49:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e66ded5efe3f6157dbbb699c48002ccffa1cf6fa
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e66ded5 by XuNiu (993273596@xxxxxx):

    packet: make sure handle and dissector table exist
    
    Some patches have done one same thing, that is checking the
    existence of both handle and dissector before further operating.
    Based on this, one missed spot was found.
    
    Bug: 15852
    Change-Id: I11ef51aa1aa3fab305203df931882a19cd6670f8
    Reviewed-on: https://code.wireshark.org/review/33706
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  df34133   kerberos: remove dead assignment (found by clang).
     add  e66ded5   packet: make sure handle and dissector table exist


Summary of changes:
 epan/packet.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)