Workaround for what looks like a bug in Perl ... sigh.
Changes committed to git://oss.sgi.com/kenj/pcp.git dev
src/libpcp/src/tz.c | 41 ++++++++++++++++++++++++++-------------
src/libpcp_import/src/.gitignore | 3 ++
2 files changed, 31 insertions(+), 13 deletions(-)
commit 8eda5868a6d2594fea0619d6372dfd6a752cf596
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jul 14 20:31:59 2010 +1000
libpcp timezone services rework
Changes to ensure putenv() is called with a malloc'd buffer rather
than a static char[] buffer. This avoids a problem encountered with
Perl and PCP::LogImport where perl_destruct() was getting confused by
our addition of TZ=... into the environment.
commit 5e79282cebf49546965c50a5c60b7511f655e503
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jul 14 20:31:24 2010 +1000
libpcp_import - improve .gitignore
|