Merge remote-tracking branch 'teor/bug18123'

This commit is contained in:
Nick Mathewson
2016-02-28 15:40:35 +01:00
2 changed files with 37 additions and 0 deletions
+4
View File
@@ -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".