diff options
author | Alexander Færøy <ahf@torproject.org> | 2020-01-15 17:18:30 +0000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-12 12:21:41 +1000 |
commit | b9c7c61ea5233854ff83257a8bc530b7e0a50351 (patch) | |
tree | 08a2cbfc19ae22f6cad29b06f652405112d880e5 /changes/bug32753 | |
parent | 88723ad1694a96bdbb713ccb5bb47a9f5acdc8bd (diff) | |
download | tor-b9c7c61ea5233854ff83257a8bc530b7e0a50351.tar.gz tor-b9c7c61ea5233854ff83257a8bc530b7e0a50351.zip |
Lowercase the BridgeDistribution value from torrc in descriptors.
This patch ensures that we always lowercase the BridgeDistribution from
torrc in descriptors before submitting it.
See: https://bugs.torproject.org/32753
Diffstat (limited to 'changes/bug32753')
-rw-r--r-- | changes/bug32753 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug32753 b/changes/bug32753 new file mode 100644 index 0000000000..6f59c7729d --- /dev/null +++ b/changes/bug32753 @@ -0,0 +1,3 @@ + o Minor bugfixes (bridges): + - Lowercase the value of BridgeDistribution from torrc before adding it to + the descriptor. Fixes bug 32753; bugfix on 0.3.2.3-alpha. |