Wireshark-commits: [Wireshark-commits] master-2.4 7b6e197: Add dissection recursion checks.

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

Commits:

7b6e197 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/33310
    

Actions performed:

    from  436ef93   Prep for 2.4.15.
     add  7b6e197   Add dissection recursion checks.


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