perl plugin: Do not pass NULL to newRV().
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 12:39:54 +0000 (13:39 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 14:22:05 +0000 (15:22 +0100)
commit90760db56fa3fe54e1aa99d7c6914b544b1bf16d
treeff8830c3af87ea28d7874e3fe947481c7f540688
parent41503723fc15200eb41ec83b3d9b12b568a917ab
perl plugin: Do not pass NULL to newRV().

newRV() does not handle that correctly and causes a segfault instead. Now, we
use PL_sv_undef instead.
src/perl.c