leonbloy/pngj

better bound checking in array passing (pack/unpack)

leonbloy opened this issue · 2 comments

From hgonzalez@gmail.com on June 23, 2012 07:57:59

Fixed. Now, if (say) a gray 1bpp image has 31 columns, Imageline.unpack()/pack() will use a buffer of length 31, as it should.

Status: Fixed

From hgonzalez@gmail.com on June 23, 2012 07:58:10

Status: Verified