diff options
| author | Nick Mathewson <nickm@torproject.org> | 2007-12-20 04:54:06 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2007-12-20 04:54:06 +0000 |
| commit | 5c33c0632ef2c2094705024b4068fa3d58cce553 (patch) | |
| tree | 30d0f97e09269293d391ce14341f890130f43eb0 /ChangeLog | |
| parent | 4aa5e678cd1edf317c106174356e6be8233c1f23 (diff) | |
| download | tor-5c33c0632ef2c2094705024b4068fa3d58cce553.tar tor-5c33c0632ef2c2094705024b4068fa3d58cce553.tar.gz | |
r17268@catbus: nickm | 2007-12-19 23:53:53 -0500
Initialize [un]named_server_map to empty strmaps when router_reload_consensus_networkstatus fails completely. Resolves bug 538.
svn:r12881
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Fix compilation with --disable-threads set. - Authorities decide whether they're authoritative for a given router based on the router's purpose. + - Don't crash on name lookup when we have no current consensus. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |