diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-03-01 15:56:29 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2017-03-01 15:56:29 +0200 |
commit | 931948ac6ad0c6f5327fd3c212ce6fe241a071f1 (patch) | |
tree | 64fc9e96dbeff6911dde10f081ba0e73470b9d75 /changes/bug21586 | |
parent | efa5bbaba07d20d1aacff7d1d2a5fe08a6ec2d72 (diff) | |
download | tor-931948ac6ad0c6f5327fd3c212ce6fe241a071f1.tar.gz tor-931948ac6ad0c6f5327fd3c212ce6fe241a071f1.zip |
Prevent SRV assert when called from misconfigured bridge auth.
Diffstat (limited to 'changes/bug21586')
-rw-r--r-- | changes/bug21586 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21586 b/changes/bug21586 new file mode 100644 index 0000000000..200d55a8e8 --- /dev/null +++ b/changes/bug21586 @@ -0,0 +1,4 @@ + o Minor bugfix (directory authority): + - Prevent the shared randomness subsystem from asserting when initialized + by a bridge authority with an incomplete configuration file. Fixes bug + #21856; bugfix on 0.2.9.8. |