From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 3 Feb 2006 21:23:21 +0000 (+0000)
Subject: Change 27070 failed to initialise a variable. (But despite that still
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20aaeb5cab0fc5ba51c26a9b03cb5ac6bd85aaaa;p=p5sagit%2Fp5-mst-13.2.git

Change 27070 failed to initialise a variable. (But despite that still
passed all tests locally.)

p4raw-id: //depot/perl@27072
---

diff --git a/perl.c b/perl.c
index 5f9b99b..64bfd82 100644
--- 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 */