diff options
author | Yann Collet <cyan@fb.com> | 2017-09-07 19:48:24 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-09-07 19:48:24 (GMT) |
commit | b500c5282e61027b797d3fd39e7d4ab1ab084adf (patch) | |
tree | 8b5863e77c771eff0edc53838b3e9e79b3c72072 /NEWS | |
parent | 00418f76115e3c435b4cb0e41b30fba8e8e3adee (diff) | |
download | lz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.zip lz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.tar.gz lz4-b500c5282e61027b797d3fd39e7d4ab1ab084adf.tar.bz2 |
fix #397 : decompression failed when using a combination of extDict + low memory address
Reported and fixed by @jscheid
Note : we are missing a test case to include it in the CI
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ v1.8.1 +fix : decompression failed when using a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jscheid) install: fix : correct man page directory (#387), reported by Stuart Cardall (@itoffshore) build : `make` and `make test` compatible with `-jX`, reported by @mwgamera |