diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:46:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:46:41 -0400 |
commit | eacaff6ccc8ea25859a1a9e14795bd4d4eac360f (patch) | |
tree | d041524f3699114ac8d9853860f9f75b977e32c1 /changes | |
parent | a5ed62f96cafa1be251f9a7b4aafa519de4c2645 (diff) | |
parent | d2105ff5d530544538f6e98c1fba4d117223d12d (diff) | |
download | tor-eacaff6ccc8ea25859a1a9e14795bd4d4eac360f.tar.gz tor-eacaff6ccc8ea25859a1a9e14795bd4d4eac360f.zip |
Merge remote-tracking branch 'teor/bug27461-032' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27461 | 5 |
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. |