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

Commits:

dd33696 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 3304f107dfe1eb0703bab7bcfe0f8dc6a3ac133a)
    Reviewed-on: https://code.wireshark.org/review/33308
    

Actions performed:

    from  451313b   Qt: Omit calls without values on selector reload
     add  dd33696   Add dissection recursion checks.


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