~ chicken-core (chicken-5) 85f7491db2ccb55be09d1db2f6e972a39a1443e8


commit 85f7491db2ccb55be09d1db2f6e972a39a1443e8
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Mon Jun 15 19:41:32 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Mon Jun 15 19:41:56 2015 +0200

    Add CVE-2015-4556 reference to NEWS

diff --git a/NEWS b/NEWS
index bd6df083..fa52b3c9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@
     potential select() buffer overrun.
   - CVE-2014-9651: substring-index[-ci] no longer scans beyond string
     boundaries.
-  - string-translate* no longer scans beyond string boundaries.
+  - CVE-2015-4556: string-translate* no longer scans beyond string
+    boundaries.
 
 - Core libraries
   - alist-ref from unit data-structures now gives an error when passed
Trap