Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.2 cb86717: Qt: Avoid infinite recursion in ExtcapAr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Dec 2016 16:35:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cb8671723c512cd4e3575e2f123f03ee42e36572
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

cb86717 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Avoid infinite recursion in ExtcapArgument::loadValues
    
    If configuring a extcap "value" sentence with {value=} then loadValues()
    must not run in a infinite recursion trying to find it's children.
    
    Change-Id: Ic2577b31d9312e8f6a099c4fe7c0672e801dbc89
    Reviewed-on: https://code.wireshark.org/review/19192
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit 00223bc5b9f3c34a365759fceb49684b4496051a)
    Reviewed-on: https://code.wireshark.org/review/19202
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  92ab5aa   [Automatic update for 2016-12-11]
    adds  cb86717   Qt: Avoid infinite recursion in ExtcapArgument::loadValues


Summary of changes:
 ui/qt/extcap_argument.cpp |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)