diegorep / pypng

Automatically exported from code.google.com/p/pypng
0 stars 0 forks source link

Some inputs cause infinite loop. #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
./png.py -r nonconsecutive_idat.png

The file is from brokensuite's zip file: 
http://code.google.com/p/javapng/downloads/list

It seems to cause PyPNG to loop forever.

Original issue reported on code.google.com by d...@pobox.com on 20 May 2009 at 10:55

GoogleCodeExporter commented 8 years ago
Turns out to be because the decompressor has some inputs for which is does not 
change state (and therefore 
requires more input before proceeding).

Original comment by d...@pobox.com on 20 May 2009 at 11:48

GoogleCodeExporter commented 8 years ago
This issue was closed by r162.

Original comment by d...@pobox.com on 20 May 2009 at 11:49