[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-335-g883d4
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-335-g883d4d1 |
Date: |
Wed, 12 Sep 2012 07:31:49 +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 883d4d1310137ca2cb94919b3cc6b2917ff38202 (commit)
from c091e5bdc9621f851c800c9a68eb3fd7505e3358 (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 883d4d1310137ca2cb94919b3cc6b2917ff38202
Author: John Darrington <address@hidden>
Date: Wed Sep 12 09:26:21 2012 +0200
Perl Module: Avoid forcing scalar value into a pointer.
The code fragment: struct dictionary *dict = (void *) SvIV (dict_sv);
is dangerous. This fix uses the properl Perl XS mechanism to get
the pointer and the scalar associated with the dictionary.
Reviewed-By: Ben Pfaff
-----------------------------------------------------------------------
Summary of changes:
perl-module/PSPP.xs | 7 +++----
1 files changed, 3 insertions(+), 4 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-335-g883d4d1,
John Darrington <=