~ chicken-core (chicken-5) 9ff12f96c902bbdce529e0147e54dcea24d1801d


commit 9ff12f96c902bbdce529e0147e54dcea24d1801d
Author:     Moritz Heidkamp <moritz.heidkamp@bevuta.com>
AuthorDate: Thu Jan 29 18:53:49 2015 +0100
Commit:     Moritz Heidkamp <moritz.heidkamp@bevuta.com>
CommitDate: Thu Jan 29 18:53:49 2015 +0100

    Add CVE-2014-9651 to NEWS

diff --git a/NEWS b/NEWS
index dc0740be..441b6d32 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@
 - Security fixes
   - CVE-2014-6310: Use POSIX poll() on Android platform to avoid
     potential select() buffer overrun.
-  - substring-index no longer scans beyond string boundaries.
+  - CVE-2014-9651: substring-index[-ci] no longer scans beyond string
+    boundaries.
 
 - Core libraries
   - alist-ref from unit data-structures now gives an error when passed
Trap