mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7 lines
371 B
Plaintext
7 lines
371 B
Plaintext
o Minor features (security, windows):
|
|
- 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.
|