gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.15-3-g


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.15-3-gebb1d9d
Date: Wed, 03 Jun 2015 23:25:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  ebb1d9da881c31db7ef2db6ae017daa1238134fa (commit)
       via  7a04ef5ac5e96fb3ae989a98586776273215c953 (commit)
      from  7ca4583c892b46f3d9cfa90b4c1e5db42fcefefc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ebb1d9da881c31db7ef2db6ae017daa1238134fa
Author: Gary E. Miller <address@hidden>
Date:   Wed Jun 3 16:19:42 2015 -0700

    Fix overflow issue on 32 bit binaries.
    
    Timespec is a 62 bit number, it does not fit in the 32 bits of
    a long.  Use 'long long' instead.  'long long' is always at least
    64 bits long and is the same as a native int when compiled as 64 bit.
    
    Note that many 64 bit OS still run 32 bit binaries, and many small
    devices like RasPi's are 32 bit.

commit 7a04ef5ac5e96fb3ae989a98586776273215c953
Author: Gary E. Miller <address@hidden>
Date:   Wed Jun 3 16:00:17 2015 -0700

    ntpshmmon overflowed diff time on 32 bit hosts.
    
    Timespec is a 62 bit quantity that does not fit in a 32 bit long.

-----------------------------------------------------------------------

Summary of changes:
 ntpshmmon.c |   16 +++++++++++-----
 ppsthread.c |    8 ++++----
 ppsthread.h |    6 +++---
 3 files changed, 18 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]