From f9e251ccf8c72dadf55b51ba9695d8dd5ef6d6f1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Feb 2011 14:20:08 -0500 Subject: [PATCH] changes file for ASLR/DEP build on windows --- changes/bug2358 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug2358 diff --git a/changes/bug2358 b/changes/bug2358 new file mode 100644 index 0000000000..5e44bb9f82 --- /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. + -- 2.47.3