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-424-g626f4


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-424-g626f489
Date: Sat, 20 Jun 2020 19:54:08 -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  626f489031fed0a2837a8aecda8d71878d0d2c80 (commit)
      from  15ef05d85e50f0e5f30dfbd90458f7e54a203206 (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 626f489031fed0a2837a8aecda8d71878d0d2c80
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Jun 20 23:49:59 2020 +0000

    matrix-reader: Fix possibly-zero second argument to xcalloc().
    
    xcalloc() is documented to disallow zero for its second argument:
    
      /* Allocate zeroed memory for N elements of S bytes, with error
         checking.  S must be nonzero.  */
      void *
      xcalloc (size_t n, size_t s)
    
    This code didn't always call it properly.
    
    Found with AFL++.
    Thanks to Andrea Fioraldi for reporting the problem.
    Bug #58600.

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

Summary of changes:
 src/language/data-io/matrix-reader.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]