Change 27070 failed to initialise a variable. (But despite that still
authorNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 21:23:21 +0000 (21:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 3 Feb 2006 21:23:21 +0000 (21:23 +0000)
passed all tests locally.)

p4raw-id: //depot/perl@27072

perl.c

diff --git a/perl.c b/perl.c
index 5f9b99b..64bfd82 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1594,7 +1594,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
     bool minus_f = FALSE;
 #endif
     int fdscript;
-    int suidscript;
+    int suidscript = -1;
 
     sv_setpvn(PL_linestr,"",0);
     sv = newSVpvs("");         /* first used for -I flags */