aboutsummaryrefslogtreecommitdiff
path: root/libssp/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-10 01:44:08 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-10 01:44:08 +0000
commit19fef1633156a2c7ddd267b43d08f1b245a6e1f4 (patch)
tree39c5991cbcd01a490e24d4ab4f3dfb455aa5485f /libssp/ChangeLog
parent675f18129007fbd8230f84b786c5a4f6d9d0e155 (diff)
* ssp.c (__guard_setup): For Windows, use approved
methods to get a suitable random number for the stack check guard rather than reading /dev/random. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220559 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/ChangeLog')
-rw-r--r--libssp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index d1580a37e98..843992ebdb8 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-09 Georg Koppen <gk@torproject.org>
+
+ * ssp.c: Conditionally include <windows.h>
+ (__guard_setup): For Windows, use approved methods to get
+ a suitable random number for the stack check guard rather
+ than reading /dev/random.
+
2015-01-22 Matthias Klose <doko@ubuntu.com>
* gets-chk.c: Declare prototype for gets in C11 mode.