diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-02-03 14:20:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-02-03 14:20:08 -0500 |
commit | f9e251ccf8c72dadf55b51ba9695d8dd5ef6d6f1 (patch) | |
tree | d8c0722ce2e5f5de5b93236dac8694f2c6cf5734 /changes | |
parent | 895409011f20d6a08da75ac8dde44ad5e9ba1371 (diff) | |
download | tor-f9e251ccf8c72dadf55b51ba9695d8dd5ef6d6f1.tar.gz tor-f9e251ccf8c72dadf55b51ba9695d8dd5ef6d6f1.zip |
changes file for ASLR/DEP build on windows
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2358 | 5 |
1 files changed, 5 insertions, 0 deletions
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. + |