Code

RRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 31 Jul 2012 12:43:45 +0000 (12:43 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 31 Jul 2012 12:43:45 +0000 (12:43 +0000)
commit17fdb61320c3721f1cb125257616d093efd1464a
treee73f0216fdef126b621d1ee5edde0698cafd6da4
parent9746966fec96aa0edddf51bf4419351cfab20e2e
RRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This leads to all sorts of problems. For details, please see "AVs, HVs and undefined values" section in perlguts(1). -- patch by tobez+lars

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2296 a5681a0c-68f1-0310-ab6d-d61299d08faa
bindings/perl-shared/RRDs.xs