Wireshark-commits: [Wireshark-commits] master 1c09af4: idl2wrs: fix recursion loop
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 05 Jun 2019 16:48:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c09af410db664a46fcd1158cb4f669df302ce6b
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1c09af4 by Yannik Enss (Yannik.Enss@xxxxxxxxxxxxxxxxx):

    idl2wrs: fix recursion loop
    
    wireshark_gen goes into an infinite recursion if it encounters a multi-level
    alias, this is prevented
    
    Change-Id: Icec678fb326b7c14344dc6df51015dad980587a9
    Reviewed-on: https://code.wireshark.org/review/33458
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  54db60f   idl2wrs: add debug command line parameter
     add  1c09af4   idl2wrs: fix recursion loop


Summary of changes:
 tools/wireshark_gen.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)