[perl #33185] UTF-8 string substitution corrupts memory
authorDave Mitchell <davem@fdisolutions.com>
Sat, 26 Mar 2005 21:25:47 +0000 (21:25 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 26 Mar 2005 21:25:47 +0000 (21:25 +0000)
commit96ca9f552a246a04e9873c974fac21138f3acd66
tree975ad0f38ecbdf0b5531b249845c4602bb560fd7
parent1ef29b0ef2de54bf3c997c80d0645374658d5ef2
[perl #33185] UTF-8 string substitution corrupts memory
The implicit call of 'require utf8' triggered by code like
    "\x{100}" =~ /[[:print:]]/
wasn't saving state correctly first.

p4raw-id: //depot/perl@24084
utf8.c