~ chicken-core (chicken-5) 360d49bd612607778a55c09e2b50bbee84d8ea13


commit 360d49bd612607778a55c09e2b50bbee84d8ea13
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:42:09 2015 +0200

    Add CVE-2015-4556 reference to NEWS

diff --git a/NEWS b/NEWS
index b352c8b1..fcb823c2 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,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