]> git.imager.perl.org - imager.git/commit
- the SGI RLE compression code could overflow its compression buffer
authorTony Cook <tony@develop=help.com>
Mon, 29 Oct 2007 11:11:10 +0000 (11:11 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 29 Oct 2007 11:11:10 +0000 (11:11 +0000)
commited1074389cab8cd55af1ab2c2814f888216a8383
treedca2324db10d4405a722e8befa28e314338ea436
parent3f29de50ea8ced21c1feffb11668b649f13fabe3
 - the SGI RLE compression code could overflow its compression buffer
   http://rt.cpan.org/Ticket/Display.html?id=30334

 - the 32-bit output function used by the SGI code only handled values
   under 0x10000.  This was most noticable when writing large RLE images.
   http://rt.cpan.org/Ticket/Display.html?id=30335
Changes
SGI/imsgi.c
SGI/t/20write.t
TODO