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.4.1-213-g58161


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-213-g5816109
Date: Sun, 27 Dec 2020 01:17:11 -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  5816109430eb4b71652de09cfdc2df2bc5c44655 (commit)
      from  b11b5d8747643a2d6f81416ed584d3de4e276990 (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 5816109430eb4b71652de09cfdc2df2bc5c44655
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Dec 26 22:16:39 2020 -0800

    psppire-window: Fix use-after-free error in read_spv_file().
    
    spv_item_get_table() returns a borrowed reference, but read_spv_file()
    treated it as if it owned it.  This fixes the problem.
    
    This fixes crashes opening .spv files in PSPPIRE with File|Open.
    
    Also, change spv_item_get_table() to return a const pointer, to make it
    clearer that the reference is a borrowed one.

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

Summary of changes:
 src/output/spv/spv.c        | 7 +++++--
 src/output/spv/spv.h        | 2 +-
 src/ui/gui/psppire-window.c | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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