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.0.1-260-g77ccc


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-260-g77ccca8
Date: Sun, 14 Oct 2018 15:33:34 -0400 (EDT)

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  77ccca8a4264f354b6f3b4e859fd3b82bba2ce84 (commit)
      from  e2f53f8dd97ca2177a60f7c7e7d785d8e3e7faaa (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 77ccca8a4264f354b6f3b4e859fd3b82bba2ce84
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 12:31:52 2018 -0700

    hash-functions: Avoid signed integer overflow.
    
    cppcheck reported that 0xdeadbeef + 8 yielded signed integer overflow.
    This is probably harmless, as long as the compiler doesn't do something
    really strange, but it's even better if we just ensure that this
    arithmetic is done as unsigned.
    
    Reported by John Darrington.

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

Summary of changes:
 src/libpspp/hash-functions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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