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. v0.8.1-122-g3db5d


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-122-g3db5de9
Date: Tue, 24 Dec 2013 03:24:52 +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 "GNU PSPP".

The branch, master has been updated
       via  3db5de939481ba0c80695c94a7060945399858a3 (commit)
      from  78bc244668060f41a9363423c3a0fa44ceeb4555 (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 3db5de939481ba0c80695c94a7060945399858a3
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 23 19:24:42 2013 -0800

    cmac-aes256: Correct size of local rk[] array.
    
    This array was undersized, yielding undefined behavior.  It happened to
    work OK when compiled -O2 with GCC 4.7.x for x86, and fail with compiled
    -O0 in the same environment.  This fixes the problem.
    
    Reported by John Darrington.

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

Summary of changes:
 src/libpspp/cmac-aes256.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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