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.16-415


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-415-g655ac97
Date: Wed, 3 Aug 2016 00:19:33 +0000 (UTC)

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  655ac979b254f809b6fb5ffffe6f35aae99baa34 (commit)
       via  42fcc594af93e78a0082ef7b2fe1a5b6e536a1c8 (commit)
       via  9702418468b54c79f6d8502ce69155d8f72d4f9e (commit)
       via  676bfdcfba30a56640705b72e3c436c0fe67af74 (commit)
       via  b58149667db53dcd513b457f9da77bd38a258a08 (commit)
       via  f8dc3645fd38767497055fba981b0f5c8c1f9661 (commit)
       via  5115c0b90e5d5a2cb2cb45761d0ae535e5b0be52 (commit)
      from  471e144832d5d7404f18b94289d4c0c1d56defbc (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 655ac979b254f809b6fb5ffffe6f35aae99baa34
Author: Robert Norris <address@hidden>
Date:   Mon Aug 1 19:08:09 2016 +0000

    Typo fix.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit 42fcc594af93e78a0082ef7b2fe1a5b6e536a1c8
Author: Robert Norris <address@hidden>
Date:   Sat Jul 30 18:09:01 2016 +0000

    Be more explicit about the return value from gps_close() is not used.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit 9702418468b54c79f6d8502ce69155d8f72d4f9e
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 2 17:04:17 2016 -0700

    Fix overlong lines.
    
    No sustantive change.

commit 676bfdcfba30a56640705b72e3c436c0fe67af74
Author: Robert Norris <address@hidden>
Date:   Mon Aug 1 19:08:04 2016 +0000

    Improved resilience in gps_shm_close() in case it is called after an 
unsuccessful gps_shm_open()
    
    Check that the structure exists before trying to use a component of it.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit b58149667db53dcd513b457f9da77bd38a258a08
Author: Robert Norris <address@hidden>
Date:   Sat Jul 30 18:08:54 2016 +0000

    Improve documentation around the usage of gps_close()
    
    gps_close() should only be called after a successful gps_open()
    Also include notes about the returned value and error conditions.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit f8dc3645fd38767497055fba981b0f5c8c1f9661
Author: Robert Norris <address@hidden>
Date:   Sat Jul 30 18:08:50 2016 +0000

    Ensure all functions of the client API are available at all times.
    
    Thus client programs won't fail to build or run due to missing functions.
    Although when clientdebug is turned off in building libgps, then these
    functions won't do anything.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit 5115c0b90e5d5a2cb2cb45761d0ae535e5b0be52
Author: Robert Norris <address@hidden>
Date:   Sat Jul 30 18:08:40 2016 +0000

    Prevent client crashes if one calls gps_close() multiple times
    
    privdata must be explicitly set to NULL after use,
     otherwise if gps_close() is (incorrectly) called again before
     a new gps_open() then a double free condition can occur.
    
    Signed-off-by: Gary E. Miller <address@hidden>

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

Summary of changes:
 libgps.xml    |   42 +++++++++++++++++++++++++++++-------------
 libgps_core.c |    4 ++++
 libgps_shm.c  |    3 ++-
 libgps_sock.c |    1 +
 libgpsmm.cpp  |    2 +-
 ppscheck.xml  |    2 +-
 6 files changed, 38 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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