aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket34232
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-06-17 11:50:27 -0700
committerGeorge Kadianakis <desnacked@riseup.net>2020-06-24 17:22:45 +0300
commit1bd0494f8c3375c1b6698bf4e6d4d8be324ba934 (patch)
treeede9774bb38aafb0764b8244e5853d80133e0f13 /changes/ticket34232
parent48ff6a41aed1e2b57f1766206324bc9dc33c19d1 (diff)
downloadtor-1bd0494f8c3375c1b6698bf4e6d4d8be324ba934.tar.gz
tor-1bd0494f8c3375c1b6698bf4e6d4d8be324ba934.zip
Make summarize_protover_flags() handle NULL and empty string the same
Diffstat (limited to 'changes/ticket34232')
-rw-r--r--changes/ticket342325
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket34232 b/changes/ticket34232
new file mode 100644
index 0000000000..2e00465427
--- /dev/null
+++ b/changes/ticket34232
@@ -0,0 +1,5 @@
+ o Minor bugfixes (string handling):
+ - In summarize_protover_flags(), treat empty strings the same as NULL.
+ This prevents protocols_known from being set. Previously, we treated
+ empty strings as normal strings, which led to protocols_known being
+ set. Fixes bug 34232; bugfix on 0.3.3.2-alpha. Patch by Neel Chauhan.