diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-12 13:13:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-12 13:13:06 -0400 |
commit | 16b1b2199d1e23968ab74a8ab08d59e8aae90423 (patch) | |
tree | 837e4916b7d93b731d1180439e2ee0029a5726f2 /changes | |
parent | 0f628d6560794b34288963d6e6d974b4273f6421 (diff) | |
parent | b3281fc6d634ac32c6ce591313600b0ed56a9347 (diff) | |
download | tor-16b1b2199d1e23968ab74a8ab08d59e8aae90423.tar.gz tor-16b1b2199d1e23968ab74a8ab08d59e8aae90423.zip |
Merge remote-tracking branch 'origin/maint-0.2.6'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15240 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug15240 b/changes/bug15240 new file mode 100644 index 0000000000..e11f804a12 --- /dev/null +++ b/changes/bug15240 @@ -0,0 +1,6 @@ + o Minor bugfixes (pluggable transports): + - Initialize the extended OR Port authentication cookie before launching + pluggable transports. This prevents a race condition that occured when + server-side pluggable transports would cache the authentication cookie + before it has been (re)generated. Fixes bug 15240; bugfix on + 0.2.5.1-alpha. |