~ chicken-core (chicken-5) c6e6ef2cc5bca9c5e9751a66be72cc52cffa0022
commit c6e6ef2cc5bca9c5e9751a66be72cc52cffa0022
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Sat May 11 12:50:13 2013 +0200
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Sat May 11 12:50:13 2013 +0200
Add CVE-2013-2075 to the NEWS file
diff --git a/NEWS b/NEWS
index 0a1c8987..be9d0987 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,8 @@
instead of relying on a blacklist of shell characters to be escaped.
On Windows, it properly duplicates double-quote characters. (thanks
to Florian Zumbiehl)
- - Use POSIX poll() in other places where select() was still being used.
- (thanks to Florian Zumbiehl and Joerg Wittenberger)
+ - CVE-2013-2075: Use POSIX poll() in other places where select() was
+ still being used. (thanks to Florian Zumbiehl and Joerg Wittenberger)
- Tools
- csc: added "-oi"/"-ot" options as alternatives to "-emit-inline-file"
Trap