Document 2017's bugs.

This commit is contained in:
Piotr Fusik 2019-11-07 11:32:11 +01:00
parent afd1101fde
commit 5afe7d62cc
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ used in ZIP, gzip, PNG and many other formats.
In 2000 I wrote a DEFLATE decompression routine (called "inflate")
in the [6502](http://en.wikipedia.org/wiki/6502) assembly language.
In 2007 I optimized it so it is about 30% shorter and 10% faster than before.
In 2017 I fixed bugs causing invalid expansion of some streams.
These were edge cases, unlikely to encounter unless intentionally triggerred.
Compilation
-----------