Wireshark-commits: [Wireshark-commits] master e6481a9: Check for negative nanoseconds in io, stat t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jun 2016 07:18:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6481a9e882ed9b34abd2d898c9a12f3ca56d91e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e6481a9 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>
    

Actions performed:

    from  f76af2e   ceph: c_dissect_sockaddr doesn't need the "data" pointer
    adds  e6481a9   Check for negative nanoseconds in io,stat tap.


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