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-547-g41257


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-547-g412577e
Date: Thu, 04 Apr 2013 16:30:11 +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  412577e8dc5b7bea03d7a3fff5b9cc0325903654 (commit)
      from  3465d0d0743b7bc81a7bda309cbe2cfc8c9f7ec0 (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 412577e8dc5b7bea03d7a3fff5b9cc0325903654
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 4 11:26:03 2013 -0500

    RELIABILITY: Fix memory leaks and dereferences of uninitialized pointers.
    
    The 'total' struct and 'm' array in struct reliability were allocated once
    per case group, but freed exactly once.  If there were no case groups,
    this caused a null dereference.  If there was more than one case group,
    this caused a memory leak.  This commit fixes both problems.
    
    This commit also fixes a related crash on bad syntax due to dereferencing
    a null pointer in reliability_destroy().
    
    Bug #38660.
    Reported by William Rogers.

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

Summary of changes:
 src/language/stats/reliability.c    |   26 ++++++++++++++++++++------
 tests/language/stats/reliability.at |   29 +++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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