URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1165dfc8f6b2feead7c989508f38c83f788b5afb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1165dfc by Guy Harris (guy@xxxxxxxxxxxx):
Make some variables 64-bit, to avoid overflows.
Assume that the relative milliseconds could be 64-bit, and make the
indices calculated from it 64-bit as well.
Change-Id: Ie1248c9440172b85ffbb05461ef1ee07c371fc3c
Reviewed-on: https://code.wireshark.org/review/19795
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 19028eb Fix sharkd compiling on Windows
adds 1165dfc Make some variables 64-bit, to avoid overflows.
Summary of changes:
sharkd_session.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)