diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-02-16 04:12:37 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-02-16 04:12:37 -0800 |
commit | 444a955e4a3877e9a7b3016deee9f1f4dfafdd93 (patch) | |
tree | eb9f0fbae8921dd9e47480f35c1234a90089695d /changes | |
parent | 9b745cdbf9cd7384e44e18bf40a3d2c9becbc345 (diff) | |
download | tor-444a955e4a3877e9a7b3016deee9f1f4dfafdd93.tar.gz tor-444a955e4a3877e9a7b3016deee9f1f4dfafdd93.zip |
Don't crash a bridge authority on SIGHUP if it's not in the consensus
Fixes bug 2572.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2572 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2572 b/changes/bug2572 new file mode 100644 index 0000000000..a5cca284a1 --- /dev/null +++ b/changes/bug2572 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Don't crash a bridge authority on SIGHUP if it can't force itself + into its routerlist. Fixes bug 2572. + + |