]> git.imager.perl.org - imager.git/commit
RT #107900 Panic due to attempt to extend stack by negative amount
authorA. Sinan Unur <nanis@cpan.org>
Wed, 21 Oct 2015 19:41:24 +0000 (15:41 -0400)
committerTony Cook <tony@develop-help.com>
Wed, 4 Nov 2015 11:04:01 +0000 (22:04 +1100)
commit8e273c14def50a167fdfc5837aa2208a7b2ff6f0
treed48f4fd2c6cfb09f185f36266b68fdadeda7aff4
parent39b8920946410eeab63f80d2945311b4e101a3d0
RT #107900 Panic due to attempt to extend stack by negative amount

See https://rt.cpan.org/Public/Bug/Display.html?id=107900

See also

http://www.cpantesters.org/distro/I/Imager.html#Imager-1.003?grade=1&perlmat=3&patches=2&oncpan=2&distmat=2&perlver=5.23.4&osname=ALL&version=1.003

Fix by only EXTENDing return stack and pushing values if returned
col_cnt is positive.
Imager.xs