Wireshark-commits: [Wireshark-commits] master 15dc2f6: BACapp: Add a nesting / recursion check.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 07 Apr 2020 06:49:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15dc2f6bd4c9a674333cbc97260362524d5364de
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

15dc2f6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    BACapp: Add a nesting / recursion check.
    
    Track our recursion depth in fAbstractSyntaxNType. It calls several
    functions which in turn call it, which makes it easy to overflow the
    stack.
    
    Bug: 16474
    Change-Id: Ibad29272f99449bfa13b7422692e20ba8a79e19c
    Reviewed-on: https://code.wireshark.org/review/36725
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3b7ae88   Revert "github: add action to automatically close pull requests."
     add  15dc2f6   BACapp: Add a nesting / recursion check.


Summary of changes:
 epan/dissectors/packet-bacapp.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)