~ chicken-core (chicken-5) 70014e53d7d8a7977c5bed0bc5da41621e642494


commit 70014e53d7d8a7977c5bed0bc5da41621e642494
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Thu Jun 1 19:27:34 2017 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Thu Jun 1 19:27:34 2017 +1200

    Add CVE-2017-9334 to changelog

diff --git a/NEWS b/NEWS
index 0207d1f4..1c016a19 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,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