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.6.2-221-g9d4b6


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-221-g9d4b6c71c
Date: Sat, 18 Mar 2023 15:34:51 -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  9d4b6c71c0cd089bb94296fab50a703735b89ccd (commit)
      from  c67cea6fc7f9b928ea297e8e784a0306c7f287b3 (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 9d4b6c71c0cd089bb94296fab50a703735b89ccd
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Mar 18 12:34:39 2023 -0700

    data-out: Make binary output buffer big enough for a null terminator.
    
    The max width for binary output is 16, for P or PK format, plus there
    needs to be room for a null terminator, for a total width of 17 bytes.
    The buffer here was undersized at only 16 bytes.  This commit fixes the
    problem.
    
    Thanks to Youngseok Choi for reporting the bug.

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

Summary of changes:
 src/data/data-out.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]