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-131-gbe42c


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-131-gbe42ce9
Date: Fri, 22 Feb 2019 20:16:54 -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  be42ce976006feed2a7ba7599ee417c28887af52 (commit)
      from  937311ef101f8109bb1baf3839aad6b42d871b75 (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 be42ce976006feed2a7ba7599ee417c28887af52
Author: Ben Pfaff <address@hidden>
Date:   Fri Feb 22 17:16:40 2019 -0800

    pspp-dump-sav; Fix write past end of buffer in corner case.
    
    If count == 0 and size > 0, then n_bytes is 0, buffer is a 1-byte
    allocation, and the assignment to buffer[size] would write to buffer[1]
    (or past it), which is past the end of the allocation.
    
    Found by Address Sanitizer.

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

Summary of changes:
 utilities/pspp-dump-sav.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]