This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: uc($long_utf8_string) exhausts memory
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 22 Jan 2005 00:20:12 +0000 (02:20 +0200)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 22 Jan 2005 00:17:40 +0000 (00:17 +0000)
commit89ebb4a3f2a55825eeed13aaf58db5c73d2140ef
treea66444144493fa61d6befce0c9bf1358973f9872
parent80a13697042a4d823de61ba24b77aa9d893765d6
Re: uc($long_utf8_string) exhausts memory
Message-Id:  <41F1801C.3080201@iki.fi>

Make buffer size estimates for utf8 case conversion less maximally
pessimistic

p4raw-id: //depot/perl@23857
doop.c
op.c
pp.c
pp_pack.c
regcomp.c
regexec.c
sv.c
t/op/lc.t
toke.c
utf8.c
utf8.h