From 5afe7d62cc7dcffd3977d68cf552de08fa5e3f53 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Thu, 7 Nov 2019 11:32:11 +0100 Subject: [PATCH] Document 2017's bugs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae87987..7401b3d 100644 --- a/README.md +++ b/README.md @@ -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 -----------