aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-09-07 12:58:11 +1000
committerteor <teor@torproject.org>2018-09-07 12:58:11 +1000
commit8ef4bb7f3ee5e61c1a48ce7247fbe6fad773a8d4 (patch)
tree13fe59bb4f9539b0eafd2a84f4cb8cfbc5d2a1ff /changes
parentff1486385aed1172c18a8a593dec2684de891f60 (diff)
downloadtor-8ef4bb7f3ee5e61c1a48ce7247fbe6fad773a8d4.tar.gz
tor-8ef4bb7f3ee5e61c1a48ce7247fbe6fad773a8d4.zip
Windows: Stop calling SetProcessDEPPolicy() on 64-bit Windows
It is not supported, and always fails. Some compilers warn about the function pointer cast on 64-bit Windows. Fixes bug 27461; bugfix on 0.2.2.23-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug274615
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27461 b/changes/bug27461
new file mode 100644
index 0000000000..3571ee816a
--- /dev/null
+++ b/changes/bug27461
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation):
+ - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
+ supported, and always fails. Some compilers warn about the function
+ pointer cast on 64-bit Windows.
+ Fixes bug 27461; bugfix on 0.2.2.23-alpha.