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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3243,6 +3243,9 @@ STATIC I32 S_is_list_assignment(pTHX_ const OP *o) STATIC void S_forget_pmop(pTHX_ PMOP *const o, U32 flags) __attribute__nonnull__(pTHX_1); +STATIC void S_find_and_forget_pmops(pTHX_ OP *o) + __attribute__nonnull__(pTHX_1); + STATIC void S_cop_free(pTHX_ COP *cop) __attribute__nonnull__(pTHX_1); |