OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4672-g8ea7518
Gerrit Code Review
gerrit@openafs.org
Sun, 23 Aug 2015 16:05:02 -0400
The following commit has been merged in the master branch:
commit 8ea75188476edde820ec369039691497057b88ab
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Mon Dec 16 16:52:17 2013 -0500
afsmonitor: Skip additional bits for large timeval
When the timeval structure uses 64-bit values for sec and usec,
64 extra bits need to be skipped in the input for every time value
that is parsed. There's a remaining assumption in this part of the
code that the time values received from the server are 32-bits, but
after decoding they will always have the local size which may well
be 64-bits.
Change-Id: Iaf52df8f9da1146807dddc1c44a9e52e83654d9c
Reviewed-on: http://gerrit.openafs.org/10592
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afsmonitor/afsmonitor.c | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository