~ chicken-core (chicken-5) ea221a3b3cad34ab8cd7548397ea2e291c5998e9


commit ea221a3b3cad34ab8cd7548397ea2e291c5998e9
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:32 2015 +0200

    Add CVE-2015-4556 reference to NEWS

diff --git a/NEWS b/NEWS
index cae9bd32..85bf7684 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