Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 18 Apr 2001 19:06:05 +0000 (19:06 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 18 Apr 2001 19:06:05 +0000 (19:06 +0000)
commit209a9bc1bcfe078e350f0f6efa8375fce6dcbb44
treec2a0f03103452f6a54bc214dfe6dc6062a6cec59
parenta0405c928fce3c813775d09acdf2325ec8e1b2ed
Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
bug noticed by Robin Houston; basically the code of detecting
value wraparound was acting differently under different compilers
and platforms.  The workaround is to remove the overflow check
for now, a real fix would be to do the overflow (portably) right.

p4raw-id: //depot/perl@9740
t/op/pat.t
utf8.c