Nick Terrell e474aa55b4 Fix decompression buffer overrun
Allows an adversary to write up to 3 bytes beyond the end of the buffer.
Occurs if the match overlaps the `extDict` and `currentPrefix`, and the
match length in the `currentPrefix` is less than `MINMATCH`, and
`op-(16-MINMATCH) >= oMatchEnd > op-16`.
2016-12-12 18:05:30 -08:00
..
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-08-30 11:06:28 -07:00
2016-12-12 18:05:30 -08:00
2016-12-12 18:05:30 -08:00