Wireshark-commits: [Wireshark-commits] master-1.12 f4caf04: Check for negative nanoseconds in io, s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jun 2016 03:37:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4caf0499609f802f5e5d202fa2c4fd82c23c807
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

f4caf04 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Check for negative nanoseconds in io,stat tap.
    
    Seconds were already being checked for negative values, but if there is
    only a fraction of a second, the negative check wasn't being done,
    which led to bad results.
    
    Bug: 9014
    Change-Id: I820e0a4b1384330acebf4a632a04f7840db2288b
    Reviewed-on: https://code.wireshark.org/review/16046
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit e6481a9e882ed9b34abd2d898c9a12f3ca56d91e)
    Reviewed-on: https://code.wireshark.org/review/16067
    

Actions performed:

    from  b626319   Don't assume we have an array of GeoIP databases.
    adds  f4caf04   Check for negative nanoseconds in io,stat tap.


Summary of changes:
 ui/cli/tap-iostat.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)