Avoid accessing free()d memory when calling reset in one thread, after
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 20:57:34 +0000 (20:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 20:57:34 +0000 (20:57 +0000)
commitbfd0ff222f043bea86c0b0e7700eeab47f675d46
tree3ea80924df433dc9e2243fea34d250ec8a2dbae1
parent5a4a8c8bd3ab61d27d13dfb8fcc36ee12afee389
Avoid accessing free()d memory when calling reset in one thread, after
deleting pattern match ops in another thread.

p4raw-id: //depot/perl@30856
embed.fnc
embed.h
op.c
proto.h
t/op/reset.t