[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] changes file for ASLR/DEP build on windows
commit f9e251ccf8c72dadf55b51ba9695d8dd5ef6d6f1
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Feb 3 14:20:08 2011 -0500
changes file for ASLR/DEP build on windows
---
changes/bug2358 | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/bug2358 b/changes/bug2358
new file mode 100644
index 0000000..5e44bb9
--- /dev/null
+++ b/changes/bug2358
@@ -0,0 +1,5 @@
+ o Minor features
+ - Enable Address Space Layout Randomization (ASLR) and Data Execution
+ Prevention (DEP) by default on Windows to make it harder for
+ attackers to exploit vulnerabilities. Patch from John Brooks.
+