summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-07-05 11:50:05 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-07-05 11:50:05 (GMT)
commitfd51d0567b640541e5d4290488bf4ed02c6d6990 (patch)
treee4004c556de68acba2ff68380e26939e06cf86fb /NEWS
parentbdb5bcefff1c09592e2a85e38eac8e9c493ecef9 (diff)
downloadlz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.zip
lz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.tar.gz
lz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.tar.bz2
updated fuzzer, faster and cleaner overflow tests
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff2cd53..2adeab3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
r119:
-Fix : overflow address, 32-bits mode (issue 134)
+Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific configurations
r118:
New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka