]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ASLR/DEP build on windows
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Feb 2011 19:20:08 +0000 (14:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Feb 2011 19:20:08 +0000 (14:20 -0500)
changes/bug2358 [new file with mode: 0644]

diff --git a/changes/bug2358 b/changes/bug2358
new file mode 100644 (file)
index 0000000..5e44bb9
--- /dev/null
@@ -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.