Wireshark-commits: [Wireshark-commits] master 956321e: zbee-nwk-gp: don't assume packet is NULL
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Jul 2018 19:36:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=956321ed67702e2cf95c53711fceda85d8ded155
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

956321e by Julien Staub (atsju2@xxxxxxxx):

    zbee-nwk-gp: don't assume packet is NULL
    
    Command dissector can be called without a full ZGP frame.
    
    Bug: 14993
    Fixes: v2.9.0rc0-1225-g903927e012 ("ZBEE-NWK_GP: add key decryption during commissioning process")
    Link: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9478
    Change-Id: Id2e4f7abb66a8cbb065f5685aab8c2e8241a5468
    Reviewed-on: https://code.wireshark.org/review/28822
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  13f7978   SCTPGraphDialog: Remove two unused members
    adds  956321e   zbee-nwk-gp: don't assume packet is NULL


Summary of changes:
 epan/dissectors/packet-zbee-nwk-gp.c | 106 ++++++++++++++++++-----------------
 1 file changed, 56 insertions(+), 50 deletions(-)