diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:48:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:48:59 -0400 |
commit | 73ee161d8a7bc06eefa58654cbfe421449921eec (patch) | |
tree | 63180f23fde34ceb2d9deae26c940fb8c4876e51 /changes | |
parent | e07206afea28d110a0a7b74d4e230db3b0fe3120 (diff) | |
parent | 3c2c6a61163cd6a42cc0eeee9fc43200b9f08503 (diff) | |
download | tor-73ee161d8a7bc06eefa58654cbfe421449921eec.tar.gz tor-73ee161d8a7bc06eefa58654cbfe421449921eec.zip |
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13096 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13096 b/changes/bug13096 new file mode 100644 index 0000000000..521faaf143 --- /dev/null +++ b/changes/bug13096 @@ -0,0 +1,4 @@ + o Minor bugfixes (conformance): + - In routerlist_assert_ok(), don't take the address of a routerinfo's + cache_info member unless that routerinfo is non-NULL. Fixes bug + 13096; bugfix on 0.1.1.9-alpha. Patch by "teor". |