diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-06 20:26:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-06 20:26:20 -0400 |
commit | 2bf0e7479bc9ec26496405ff6a1ef830cacc001b (patch) | |
tree | 90d64ba5b4d43ef937fcf55b612fc9dca5a0f96f /changes | |
parent | e0dae64449958f4c80e6da1ee6a336a60ffc21d5 (diff) | |
download | tor-2bf0e7479bc9ec26496405ff6a1ef830cacc001b.tar.gz tor-2bf0e7479bc9ec26496405ff6a1ef830cacc001b.zip |
Fix assertion in addressmap_clear_excluded_trackexithosts
Fixes bug 3923; bugfix on 0.2.2.25-alpha; bugfix from 'laruldan' on trac.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3923 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3923 b/changes/bug3923 new file mode 100644 index 0000000000..9c0e138826 --- /dev/null +++ b/changes/bug3923 @@ -0,0 +1,5 @@ + o Major bugfies: + - Avoid an assertion failure when reloading a configuration with + TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes + bug 3923; bugfix on 0.2.2.25-alpha. + |