[perl #61520] Segfault in debugger with tr// and UTF8
authorDavid Mitchell <davem@iabyn.com>
Sat, 11 Jul 2009 16:56:06 +0000 (17:56 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 11 Jul 2009 16:58:16 +0000 (17:58 +0100)
commita5446a64ab75205e7ec7185a30ff6e9f7c532dd0
treeabdd58ad43fe8e4a4ac10f9acd36724c3afa63f8
parentd55aad059d63cf3faa3b5bcd033bc19193d5f1b9
[perl #61520] Segfault in debugger with tr// and UTF8

commit 043e41b8 (29765), which made tr// threadsafe by moving the
swash into the pad, didn't mark the pad SV as read-only, so it was getting
removed from anon sub prototypes
op.c
t/op/tr.t