[perl #78674] Fix stack pointer corruption in pp_concat() with 'use encoding'
authorNiko Tyni <ntyni@debian.org>
Thu, 28 Oct 2010 20:52:17 +0000 (23:52 +0300)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Oct 2010 18:20:40 +0000 (11:20 -0700)
commite3393f51d48d8b790e26324eb0336fac9689fa46
tree7dac8603683ef41d4131482c3b2b14c739a96893
parent53b7400f0b7822d1dfe39e209c0729821f89ace3
[perl #78674] Fix stack pointer corruption in pp_concat() with 'use encoding'

sv_utf8_upgrade_nomg() may reallocate the stack via sv_recode_to_utf8()
if 'use encoding' is in effect, causing stack pointer corruption.
pp_hot.c