summaryrefslogtreecommitdiff
path: root/changes/ticket21953
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-11 16:39:02 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-11 16:39:02 -0400
commit503f101d2b1d8dfdd17cc2aa79fc10d79eecd04c (patch)
tree5558d78d4ce4cbe8dfc7450a47caff921c822d53 /changes/ticket21953
parent8f5da804da5a8cd486478f8bf2fea1f47a025225 (diff)
downloadtor-503f101d2b1d8dfdd17cc2aa79fc10d79eecd04c.tar.gz
tor-503f101d2b1d8dfdd17cc2aa79fc10d79eecd04c.zip
Enable some windows hardening features
One (HeapEnableTerminationOnCorruption) is on-by-default since win8; the other (PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION) supposedly only affects ATL, which (we think) we don't use. Still, these are good hygiene. Closes ticket 21953.
Diffstat (limited to 'changes/ticket21953')
-rw-r--r--changes/ticket219536
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.