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.11-165


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-165-g2dcb15d
Date: Wed, 07 Jan 2015 21:09:50 +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  2dcb15d10f9a004c88ddaf5172158eedd9cc3438 (commit)
      from  06a5ac96a464799a141ce517697a68523591eb90 (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 2dcb15d10f9a004c88ddaf5172158eedd9cc3438
Author: Jon Schlueter <address@hidden>
Date:   Wed Jan 7 15:26:26 2015 -0500

    Fixup iso8601_to_unix uninitialized memory bug
    
    Initialize struct tm before passing it to strptime
    
    The issue is that mktime uses tm_isdst but some versions of strptime
    don't actually set tm_isdst so you get an uninitialized memory behavior
    at that point

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

Summary of changes:
 gpsutils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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