[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-673-g36768
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-673-g3676866 |
Date: |
Thu, 09 May 2013 09:47:51 +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 367686641f08e0f6cfd168e451de4e390ee2a759 (commit)
via 19bf192a093527bf10b1de95fbe8798ba156f960 (commit)
from 7deaee538648d3340493be27cced36845c6d3301 (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 367686641f08e0f6cfd168e451de4e390ee2a759
Author: John Darrington <address@hidden>
Date: Thu May 9 11:40:03 2013 +0200
Revert "Work-around bug in GCC 4.4.5"
This reverts commit c7711e39f523f206a74f5d0f52480ad10267e0ca.
The claim of a bug in GCC proved to be unfounded. The problem which
this change tried to work-around has in fact been fixed in
commit 19bf192a093527bf10b1de95fbe8798ba156f960
commit 19bf192a093527bf10b1de95fbe8798ba156f960
Author: John Darrington <address@hidden>
Date: Thu May 9 11:28:12 2013 +0200
Fix stack corruption in ODS reader.
zip_reader_create takes a pointer to a struct string, which
is used to store error messages during zip operations. I had
been passing the address of a string declared as local variable
in ods_probe. However since the zip reader survives ods_probe,
this caused stack corruption in later read operations.
This change makes the string a member of the reader created (if any).
-----------------------------------------------------------------------
Summary of changes:
src/data/casereader.c | 13 -------------
src/data/ods-reader.c | 23 ++++++++++++++---------
2 files changed, 14 insertions(+), 22 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-673-g3676866,
John Darrington <=