summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-26 10:53:57 +0100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-26 10:53:57 +0100
commit8e103cb2d0d2710066e97d62a408c6ce7de49422 (patch)
treed0291e3ce1020513b24f82f23c0404e0754e40ba /changes
parent7a782820e92cef57afcea6c6936d102d6f4512fe (diff)
downloadtor-8e103cb2d0d2710066e97d62a408c6ce7de49422.tar.gz
tor-8e103cb2d0d2710066e97d62a408c6ce7de49422.zip
Set EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing attack
Diffstat (limited to 'changes')
-rw-r--r--changes/bug181234
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18123 b/changes/bug18123
new file mode 100644
index 0000000000..1359b4ef67
--- /dev/null
+++ b/changes/bug18123
@@ -0,0 +1,4 @@
+ o Minor bugfixes (security, win32):
+ - Set SO_EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing
+ attack.
+ Fixes bug 18123; bugfix on all tor versions. Patch by "teor".