diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-12 08:40:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-12 08:40:30 -0400 |
commit | 44102714460aafe59d77fdba0b1101a7bea8ab75 (patch) | |
tree | 05d812f6b7d274efed9ddef9c80f0c38014119cc /changes | |
parent | 61a367cadd235dacf3cdc5543ba261dfee66f5d4 (diff) | |
parent | 503f101d2b1d8dfdd17cc2aa79fc10d79eecd04c (diff) | |
download | tor-44102714460aafe59d77fdba0b1101a7bea8ab75.tar.gz tor-44102714460aafe59d77fdba0b1101a7bea8ab75.zip |
Merge branch 'ticket21953_029'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket21953 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket21953 b/changes/ticket21953 new file mode 100644 index 0000000000..7cc84f506d --- /dev/null +++ b/changes/ticket21953 @@ -0,0 +1,6 @@ + o Minor features: + - Enable a couple of pieces of Windows hardening: one + (HeapEnableTerminationOnCorruption) that has been on-by-default since + Windows 8, and unavailable before Windows 7, and one + (PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION) which we believe doesn't + affect us, but shouldn't do any harm. Closes ticket 21953. |