diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-21 13:39:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-21 13:39:00 -0400 |
commit | e98583594d897ac32745061143e565c6f4b45f97 (patch) | |
tree | be565d2405eba93a8285ab6f301d4bc955ebacc9 /changes | |
parent | dfc9c6a0f9c0488e437dfbf1181041ca0e194f1d (diff) | |
download | tor-e98583594d897ac32745061143e565c6f4b45f97.tar tor-e98583594d897ac32745061143e565c6f4b45f97.tar.gz |
Fix a bug in removing DNSPort requests from their circular list
Under heavy load, this could result in an assertion failure. Fix for
bug 2933; bugfix on 0.2.0.10-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2933 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2933 b/changes/bug2933 new file mode 100644 index 000000000..7aaf52611 --- /dev/null +++ b/changes/bug2933 @@ -0,0 +1,4 @@ + o Minor bugfixes + - Fix an uncommon assertion failure when running with DNSPort under + heavy load. Fixes bug 2933; bugfix on 2.0.1-alpha. + |