Merge branch 'tor-github/pr/1939'

This commit is contained in:
George Kadianakis
2020-06-24 17:22:53 +03:00
3 changed files with 9 additions and 8 deletions
+5
View File
@@ -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.