pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-360-gc5cf5


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-360-gc5cf5c8
Date: Wed, 1 Jan 2020 12:21:35 -0500 (EST)

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 "GNU PSPP".

The branch, master has been updated
       via  c5cf5c885e7b913b3a294a04a97ec1c923b924cd (commit)
      from  5805214e9bb9e2a4705ada8cdf5f5d0f1814db0e (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 c5cf5c885e7b913b3a294a04a97ec1c923b924cd
Author: Ben Pfaff <address@hidden>
Date:   Wed Jan 1 17:19:14 2020 +0000

    pivot-table: Avoid ctime_r() for portability reasons.
    
    ctime_r() isn't in mingw or Gnulib and it's best to avoid it in any
    case because POSIX says it is obsolescent and it has buffer overflow
    issues.
    
    Reported by Harry Thijssen.

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

Summary of changes:
 src/output/pivot-table.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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