mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b3281fc6d6
PTs expect the auth cookie to be available immedieately after launch, leading to a race condition when PTs opt to cache the extorport cookie once immediately after startup. Fixes #15240.
7 lines
362 B
Plaintext
7 lines
362 B
Plaintext
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.
|