~ chicken-core (chicken-5) 96209ed0e2ced8db489cdb886a68ce5e0c85d532


commit 96209ed0e2ced8db489cdb886a68ce5e0c85d532
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Thu Jun 1 19:27:31 2017 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Thu Jun 1 19:27:31 2017 +1200

    Add CVE-2017-9334 to changelog

diff --git a/NEWS b/NEWS
index 9b1691f6..d179db00 100644
--- a/NEWS
+++ b/NEWS
@@ -89,8 +89,8 @@
   - CVE-2017-6949: Remove unchecked malloc() call in SRFI-4 constructors
     when allocating in non-GC memory, resulting in potential 1-word
     buffer overrun and/or segfault (thanks to Lemonboy).
-  - `length' no longer crashes on improper lists (fixes #1375, thanks to
-    "megane").
+  - CVE-2017-9334: `length' no longer crashes on improper lists (fixes
+    #1375, thanks to "megane").
 
 - Core Libraries
   - Unit "posix": If file-lock, file-lock/blocking or file-unlock are
Trap