]> git.ipfire.org Git - thirdparty/tor.git/commit
Enable some windows hardening features
authorNick Mathewson <nickm@torproject.org>
Thu, 11 May 2017 20:39:02 +0000 (16:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 May 2017 20:39:02 +0000 (16:39 -0400)
commit503f101d2b1d8dfdd17cc2aa79fc10d79eecd04c
tree5558d78d4ce4cbe8dfc7450a47caff921c822d53
parent8f5da804da5a8cd486478f8bf2fea1f47a025225
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.
changes/ticket21953 [new file with mode: 0644]
src/or/main.c