Wireshark-commits: [Wireshark-commits] master-2.0 849c8d4: GTK: fix infinite loop at startup
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Jan 2016 08:11:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=849c8d4f3806bee615df0f12d2919c91c074f920
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

849c8d4 by Peter Wu (peter@xxxxxxxxxxxxx):

    GTK: fix infinite loop at startup
    
    Add the tap timer after validating all preferences, otherwise a zero
    timeout will result in an infinite loop, visible by a splash screen that
    never goes away.
    
    Change-Id: I180a123ac2cc7774356e17f1f1d4dcaf38f252b4
    Reviewed-on: https://code.wireshark.org/review/13156
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 33f8f48bc073bbd2883ed7e18bcb3fc39a48f27b)
    Reviewed-on: https://code.wireshark.org/review/13164
    

Actions performed:

    from  293de85   GTK: plugin_if_goto_frame can cause an Access Violation
    adds  849c8d4   GTK: fix infinite loop at startup


Summary of changes:
 ui/gtk/main.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)