Wireshark-commits: [Wireshark-commits] master 5bf5656: NBAP: avoid dereferencing a NULL pointer
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Oct 2015 12:43:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5bf565690ad9f0771196d8fa237aa37fae3bb7cc
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5bf5656 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NBAP: avoid dereferencing a NULL pointer
    
    Bug: 11602
    Change-Id: I56b9db19eca416c288f36c1f3a4faa7e22b38c8f
    Reviewed-on: https://code.wireshark.org/review/11109
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  94fee9e   Move the static handling to a place where it is effective during package discovery.   More work needed to get static really working.
    adds  5bf5656   NBAP: avoid dereferencing a NULL pointer


Summary of changes:
 asn1/nbap/nbap.cnf            |    7 ++--
 epan/dissectors/packet-nbap.c |   71 +++++++++++++++++++++--------------------
 2 files changed, 42 insertions(+), 36 deletions(-)