Do not pass NULL to log(%s) in dir_server_new.

This bug had existed since 0.2.4.7-alpha, but now that we have
FallbackDirs by default, it actually matters.

Fixes bug 19947; bugfix on 0.2.4.7-alpha or maybe 0.2.8.1-alpha.

Rubiate wrote the patch; teor wrote the changes file.
This commit is contained in:
Nick Mathewson
2016-08-22 01:22:19 -04:00
parent 65cf5130ef
commit 0ba05313d5
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (fallback directories):
- Avoid logging a NULL string pointer when loading fallback directory information.
Fixes bug 19947; bugfix on 0.2.4.7-alpha and 0.2.8.1-alpha.
Report and patch by "rubiate".