~ chicken-core (chicken-5) 138445766d40f7211c3a4d051ca59805cf401200
commit 138445766d40f7211c3a4d051ca59805cf401200 Author: Peter Bex <peter@more-magic.net> AuthorDate: Mon Sep 25 19:38:14 2017 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Mon Sep 25 19:38:14 2017 +0200 Add DragonflyBSD fix and missing CVE ID for randomization factor to NEWS diff --git a/NEWS b/NEWS index 0f7eedbd..2321084c 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,9 @@ buffer overrun and/or segfault (thanks to Lemonboy). - CVE-2017-9334: `length' no longer crashes on improper lists (fixes #1375, thanks to "megane"). - - The randomization factor of the symbol table was set before - the random seed was set, causing it to have a fixed value on many - platforms. + - CVE-2017-11343: The randomization factor of the symbol table was + set before the random seed was set, causing it to have a fixed value + on many platforms. - Core Libraries - Unit "posix": If file-lock, file-lock/blocking or file-unlock are @@ -30,6 +30,8 @@ - Build system - Fixed broken compilation on NetBSD, due to missing _NETBSD_SOURCE. + - Fixed compilation on DragonflyBSD due to no feature macro support + in its standard C library (thanks to Markus Pfeiffer). - Compiler - The scrutinizer no longer uses 'fixnum as the type for fixnumsTrap