projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
841bcc4
)
Fix for [perl #28919] : sometimes the function ck_ftst was trying
Rafael Garcia-Suarez [Mon, 19 Apr 2004 12:26:35 +0000 (12:26 +0000)]
to read an op that was just freed, which was obviously illegal.
p4raw-id: //depot/perl@22716
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
46cc07b
..
02144e8
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-5088,6
+5088,7
@@
Perl_ck_ftst(pTHX_ OP *o)
gv_fetchpv(SvPVx(kid->op_sv, n_a), TRUE, SVt_PVIO));
op_free(o);
o = newop;
+ return o;
}
else {
if ((PL_hints & HINT_FILETEST_ACCESS) &&