Wireshark-commits: [Wireshark-commits] master 2b2d8a9: Fix Dereference of null pointer found by Cla

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 May 2014 13:12:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b2d8a963beef29e2ef91f24e71c4806e60b025f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2b2d8a9 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Fix Dereference of null pointer found by Clang analyzer
    
    Also add modeline info and use _U_ only when it is needed (for pinfo)
    
    Change-Id: I71349d6451e1d8304fad04781e5ee226a1a4c729
    Reviewed-on: https://code.wireshark.org/review/1466
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b5120cd   Add support for Logical Link Down TLV. TLV is 1 octet long, and only MSB holds info with 7 unused bits
    adds  2b2d8a9   Fix Dereference of null pointer found by Clang analyzer


Summary of changes:
 epan/dissectors/packet-nas_eps.c |   97 +++++++++++++++++++++-----------------
 1 file changed, 54 insertions(+), 43 deletions(-)