From e98583594d897ac32745061143e565c6f4b45f97 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Apr 2011 13:39:00 -0400 Subject: 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. --- changes/bug2933 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug2933 (limited to 'changes') 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. + -- cgit v1.2.3