Wireshark-commits: [Wireshark-commits] master 852493a: TCP/UDP/SCTP: fix Dereference of null pointe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Aug 2014 22:20:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=852493ad7ffca8ce87ea4613517b5acd2834b529
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

852493a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TCP/UDP/SCTP: fix Dereference of null pointer found by Clang Analyzer
    
    The warning coming after change in g018b84de8
    
    Change-Id: Ia96cdb2993a6283d8de2647c6723ec6b2b0977eb
    Reviewed-on: https://code.wireshark.org/review/3752
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  4b11680   11ac decode update for IE196 Channel Switch Wrapper.
    adds  852493a   TCP/UDP/SCTP: fix Dereference of null pointer found by Clang Analyzer


Summary of changes:
 epan/dissectors/packet-sctp.c |    4 ++++
 epan/dissectors/packet-tcp.c  |    5 +++++
 epan/dissectors/packet-udp.c  |    4 ++++
 3 files changed, 13 insertions(+)