Wireshark-commits: [Wireshark-commits] lts-1.12.1 e8fe96c: IAX2: Add a timestamp check.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Mar 2017 22:23:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e8fe96cdca53cbfabc9247639676275a2483ac3d
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

e8fe96c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    IAX2: Add a timestamp check.
    
    Don't try to process timestamps that are more than 60 seconds apart.
    Avoids the infinite loop in bug 13432.
    
    Conflicts:
    	epan/dissectors/packet-iax2.c
    
    Bug: 13432
    Change-Id: I05aea4c733c94cbfe832f03ba826c74a41e6bb2f
    Reviewed-on: https://code.wireshark.org/review/20366
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit ca68749606bb78a333a0961dbf9fa74c65fa72aa)
    Reviewed-on: https://code.wireshark.org/review/20367
    (cherry picked from commit 9f297d6d51d7daab0c5a6a8d2800e07c29539c2e)
    Reviewed-on: https://code.wireshark.org/review/20369
    Reviewed-on: https://code.wireshark.org/review/20525
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  36bce0d   Add more sanity checks.
    adds  e8fe96c   IAX2: Add a timestamp check.


Summary of changes:
 epan/dissectors/packet-iax2.c |   37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)