Wireshark-commits: [Wireshark-commits] master-2.6 9d5f041: Add dissection recursion checks.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 May 2019 15:51:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d5f0411bdd4670f2345d8b56a6939d4823063b5
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

9d5f041 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>
    (cherry picked from commit be9bdfda02a2498c6f65122d80e3a8b4235dc7f5)
    Reviewed-on: https://code.wireshark.org/review/33309
    

Actions performed:

    from  a361bb9   Prep for 2.6.9.
     add  9d5f041   Add dissection recursion checks.


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