~ chicken-core (chicken-5) 98fcf5fd614e4424da553d8c34189960896f2014
commit 98fcf5fd614e4424da553d8c34189960896f2014
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:54:06 2015 +0100
Add CVE-2014-9651 to NEWS
diff --git a/NEWS b/NEWS
index 738c4000..8f3c94ce 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,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