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.10-218


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.10-218-g1e98a6b
Date: Thu, 21 Aug 2014 11:42:09 +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  1e98a6b5a87db80f445f3c7a8322c9d30e7dc71d (commit)
      from  517ac3dfb0934e1fa951c5a803069ff53f881726 (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 1e98a6b5a87db80f445f3c7a8322c9d30e7dc71d
Author: Eric S. Raymond <address@hidden>
Date:   Thu Aug 21 07:41:56 2014 -0400

    Reimplement Zodiac control-send safely for word-oriented architectures.
    
    This was a bug revealed by Debian porterbox testing.  We used to use
    a cast from (char *) to (unsigned short *) that was problematic on
    word-oriented architectures like the PowerPC.  Instead, memcpy the
    message data to a word array, which the compiler will create with
    correct alignment.
    
    All regression tests, cppcheck, and splint pass.

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

Summary of changes:
 driver_zodiac.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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