pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-689-g67adf


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-689-g67adf64
Date: Mon, 22 Jun 2009 04:10:22 +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, output has been updated
       via  67adf64d9367f8b43ef725d7f0c03895a5b6460b (commit)
      from  f3aed988c27ca4a37a5f5102c18012c3983a7191 (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 67adf64d9367f8b43ef725d7f0c03895a5b6460b
Author: Ben Pfaff <address@hidden>
Date:   Sun Jun 21 21:11:25 2009 -0700

    crosstabs: Fix free of bad pointer and use-after-free error in cleanup.
    
    In free_proc, 'pt' points within an array that is dynamically
    allocated, not to a data structure that is dynamically allocated, so
    we must not try to free it on each iteration.  Instead, free the
    dynamic array itself (proc->pivots) only once.

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

Summary of changes:
 src/language/stats/crosstabs.q |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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