Wireshark-commits: [Wireshark-commits] master 6e75a0b: ber/per: assert actx to avoid null dereferen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Mar 2018 07:17:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e75a0b2774401fb184fc92db779aa6defab10aa
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6e75a0b by Dario Lombardo (lomato@xxxxxxxxx):

    ber/per: assert actx to avoid null dereference (found by clang).
    
    Change-Id: I4efc6d30060bf8842d5facdd3151385b805fe22b
    Reviewed-on: https://code.wireshark.org/review/26136
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ba179a7   eth: fix null pointer dereference when called from Lua
    adds  6e75a0b   ber/per: assert actx to avoid null dereference (found by clang).


Summary of changes:
 epan/dissectors/packet-ber.c | 2 ++
 epan/dissectors/packet-per.c | 2 ++
 2 files changed, 4 insertions(+)