Change 14016 by ams@lustre on 2002/01/02 15:58:11
Subject: [PATCH] random crash in B::LISTOP::last
From: "Mattia Barbon" <[EMAIL PROTECTED]>
Date: Wed, 2 Jan 2002 17:37:28 +0100
Message-Id: <3C334558.3906.19CB98D@localhost>
Affected files ...
.... //depot/perl/op.c#468 edit
Differences ...
==== //depot/perl/op.c#468 (text) ====
Index: perl/op.c
--- perl/op.c.~1~ Wed Jan 2 09:15:05 2002
+++ perl/op.c Wed Jan 2 09:15:05 2002
@@ -5929,6 +5929,8 @@
}
break;
case OA_FILEREF:
+ if(kid==cLISTOPo->op_last)
+ cLISTOPo->op_last = newop;
if (kid->op_type != OP_GV && kid->op_type != OP_RV2GV) {
if (kid->op_type == OP_CONST &&
(kid->op_private & OPpCONST_BARE))
End of Patch.