[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
authorDave Mitchell <davem@fdisolutions.com>
Fri, 14 Sep 2007 21:59:59 +0000 (21:59 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 14 Sep 2007 21:59:59 +0000 (21:59 +0000)
commitbd94e8870784246bb7caab6a441839b05491de37
tree6f9f5b6aaf51d95149a458f4e46161946c89ac16
parentd329efa20817c5be059265c848fe2d22504f1b7e
[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
when shrinking an SV, shrink the sv_len_utf8 cache too!

p4raw-id: //depot/perl@31867
regcomp.c
t/op/pat.t