[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1118-ga75d
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1118-ga75daca |
Date: |
Sat, 20 Feb 2010 19:58:37 +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 a75daca6a9423892954da6ddcecb9d518b24c024 (commit)
via 32b1cdd68664c94211ff4427f68f8247b6c7941a (commit)
from a0cd09d576acbe8a956c004579bab98fc5112bfe (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 a75daca6a9423892954da6ddcecb9d518b24c024
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 20 11:24:34 2010 -0800
gnumeric-reader: Avoid convert_xml_string_to_value segfault on NULL string
If the 'xv' argument is null, the previous version of this code would
still dereference it. This commit rewrites it to instead just set the
value as missing and avoid the segfault. It also takes advantage of the
fairly recently added function value_copy_str_rpad() to eliminate some
code.
commit 32b1cdd68664c94211ff4427f68f8247b6c7941a
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 20 11:11:18 2010 -0800
NPAR TESTS: Avoid segfault in do_summary_box() if descriptives disabled.
Found by Clang (http://clang-analyzer.llvm.org).
-----------------------------------------------------------------------
Summary of changes:
src/data/gnumeric-reader.c | 18 +++++++-----------
src/language/stats/npar-summary.c | 16 ++++++++++------
2 files changed, 17 insertions(+), 17 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1118-ga75daca,
Ben Pfaff <=