Wireshark-commits: [Wireshark-commits] master be9bdfd: Add dissection recursion checks.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 May 2019 15:50:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=be9bdfda02a2498c6f65122d80e3a8b4235dc7f5
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

be9bdfd by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add dissection recursion checks.
    
    Enforce a maximum layer limit in call_dissector_work and
    dissector_try_heuristic.
    
    Bug: 15778
    Change-Id: I691868e980384b76a64f88de4db5bb7340a7c4aa
    Reviewed-on: https://code.wireshark.org/review/33301
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  de21932   cdma2k: Dissect SCM - Station Class Mark.
     add  be9bdfd   Add dissection recursion checks.


Summary of changes:
 epan/packet.c | 10 ++++++++++
 1 file changed, 10 insertions(+)