diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-22 01:22:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-22 01:22:19 -0400 |
commit | 0ba05313d56e6737c73d003c84eeebdfd0d40398 (patch) | |
tree | 82c4b4ed99a977c439ad6cc80dc173ad81683c0e /changes | |
parent | 65cf5130ef60b82bae552363bcca53e5ab9cfd02 (diff) | |
download | tor-0ba05313d56e6737c73d003c84eeebdfd0d40398.tar.gz tor-0ba05313d56e6737c73d003c84eeebdfd0d40398.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19947 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19947 b/changes/bug19947 new file mode 100644 index 0000000000..b9dce8b753 --- /dev/null +++ b/changes/bug19947 @@ -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". |