diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-06 20:57:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-06 20:57:34 +0000 |
commit | bfd0ff222f043bea86c0b0e7700eeab47f675d46 (patch) | |
tree | 3ea80924df433dc9e2243fea34d250ec8a2dbae1 /embed.fnc | |
parent | 5a4a8c8bd3ab61d27d13dfb8fcc36ee12afee389 (diff) | |
download | perl-bfd0ff222f043bea86c0b0e7700eeab47f675d46.tar.gz |
Avoid accessing free()d memory when calling reset in one thread, after
deleting pattern match ops in another thread.
p4raw-id: //depot/perl@30856
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1196,6 +1196,7 @@ pR |OP* |ck_unpack |NN OP *o sRn |bool |is_handle_constructor|NN const OP *o|I32 numargs sR |I32 |is_list_assignment|NULLOK const OP *o s |void |forget_pmop |NN PMOP *const o|U32 flags +s |void |find_and_forget_pmops |NN OP *o s |void |cop_free |NN COP *cop s |OP* |modkids |NULLOK OP *o|I32 type s |OP* |scalarboolean |NN OP *o |