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-857-g6c15f


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-857-g6c15f78
Date: Tue, 21 May 2013 06:04:14 +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  6c15f78893f677ccdd45715640bf79961011d529 (commit)
       via  14e2a2db7534bfd419871984657cadfe8e846799 (commit)
       via  88d8c4b6f2da16263804c7819ebfa1257b32cb11 (commit)
       via  f5a7058281a9bb3954b1324c82a6e997b614ce35 (commit)
      from  9210616dafceb085abeeaac7eca6cf3477393b08 (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 6c15f78893f677ccdd45715640bf79961011d529
Author: Ben Pfaff <address@hidden>
Date:   Mon May 20 22:20:18 2013 -0700

    REGRESSION: Avoid use-after-free error with TEMPORARY and SAVE.
    
    This should fix the use-after-free error, although I am not sure whether it
    makes REGRESSION do exactly what it should do.
    
    Bug #38787.

commit 14e2a2db7534bfd419871984657cadfe8e846799
Author: Ben Pfaff <address@hidden>
Date:   Mon May 20 22:14:54 2013 -0700

    DESCRIPTIVES: Avoid use-after-free with TEMPORARY and Z scores.
    
    This is not an ideal fix, but it avoids the use-after-free error that we
    have had until now.
    
    Bug #38786.

commit 88d8c4b6f2da16263804c7819ebfa1257b32cb11
Author: Ben Pfaff <address@hidden>
Date:   Mon May 20 22:54:31 2013 -0700

    FLIP: Fix use-after-free and double frees with temporary transformations.
    
    I originally thought this was a bug in FLIP, but it turned out that in
    fact we just hadn't ever really tested
    proc_make_temporary_transformations_permanent() properly with actual
    transformations, and especially with adding a transformation after calling
    proc_make_temporary_transformations_permanent().
    
    The modified test should avoid regression for the bug.
    
    Bug #38832.

commit f5a7058281a9bb3954b1324c82a6e997b614ce35
Author: Ben Pfaff <address@hidden>
Date:   Mon May 20 22:35:35 2013 -0700

    DESCRIPTIVES: Fix a pair of memory leaks.

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

Summary of changes:
 src/data/dataset.c                   |    2 +
 src/data/transformations.c           |    1 +
 src/language/stats/descriptives.c    |   19 +++++++++++---
 src/language/stats/regression.c      |    7 +++++
 tests/language/stats/descriptives.at |   45 ++++++++++++++++++++++++++++++++++
 tests/language/stats/flip.at         |   17 ++++++++----
 6 files changed, 81 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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