[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-550-g501de
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-550-g501deda |
Date: |
Sun, 07 Apr 2013 17:09:03 +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 501dedaf37c6d636c8ae2f03fd59d42be2a53a7c (commit)
from 5445e00627b4ca89f00d84b6f3b61c8e15e9f5f1 (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 501dedaf37c6d636c8ae2f03fd59d42be2a53a7c
Author: Ben Pfaff <address@hidden>
Date: Sun Apr 7 10:06:23 2013 -0700
CORRELATIONS: Fix crash with separate sets of row and column variables.
When WITH is specified, the column variables start at offset corr->n_vars1
within corr->vars. The calculation previously used here was incorrect and
caused an access beyond the end of the corr->vars array.
The code would be clearer if there were separate row_vars and col_vars
arrays, but that would be a larger change.
Bug #38661.
Reported by William Rogers.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/correlations.c | 2 +-
tests/language/stats/correlations.at | 56 +++++++++++++++++++++++++++++++++-
2 files changed, 56 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-550-g501deda,
Ben Pfaff <=