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. v0.7.9-556-g3b9df


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-556-g3b9dfd3
Date: Sun, 07 Apr 2013 22:06:48 +0000

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  3b9dfd387fdcbf5c2eb3c1a578990b58f4157ea5 (commit)
       via  6c65a1f0780e9f378d8bdfb7340228b1feee291b (commit)
      from  46e53280cd1fddd2a74d92833f5b5f5d8ef213ae (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 3b9dfd387fdcbf5c2eb3c1a578990b58f4157ea5
Author: Ben Pfaff <address@hidden>
Date:   Sun Apr 7 15:06:35 2013 -0700

    AUTORECODE: Avoid use-after-free error with TEMPORARY.
    
    When TEMPORARY is in effect, proc_commit() destroys the temporary
    dictionary.  This means that any procedure that does not somehow disable
    temporary transformations and refers to a variable following proc_commit()
    has a use-after-free error.
    
    Until now, AUTORECODE had this problem.  This commit fixes it and adds a
    test.
    
    Bug #32757.

commit 6c65a1f0780e9f378d8bdfb7340228b1feee291b
Author: Ben Pfaff <address@hidden>
Date:   Sun Apr 7 14:14:25 2013 -0700

    AUTORECODE: Trim trailing white space correctly.
    
    The existing code trimmed off everything starting at the first space.
    The new version trims off only trailing spaces.
    
    Found by inspection.

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

Summary of changes:
 src/language/stats/autorecode.c    |   53 +++++++++++++++++++----------------
 tests/language/stats/autorecode.at |   42 ++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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