[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-78-gcd01b8
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-78-gcd01b85 |
Date: |
Thu, 15 Mar 2012 05:10: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 cd01b85b64b6e4b54a930adf2272d88cd7bdf8df (commit)
from aa699d5ccbfef21d9c97e09d99a4bfa8243407f7 (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 cd01b85b64b6e4b54a930adf2272d88cd7bdf8df
Author: Ben Pfaff <address@hidden>
Date: Wed Mar 14 22:05:54 2012 -0700
ods-reader: Fix write beyond end of buffer.
The compiler multiplies by sizeof *var_spec for us here, so doing
it ourselves writes past the end of the allocated space.
Tracked down with valgrind.
Reported-by: Boris Heisel <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/data/ods-reader.c | 2 +-
1 files changed, 1 insertions(+), 1 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-78-gcd01b85,
Ben Pfaff <=