summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-12-21 15:48:14 -0500
committerNick Mathewson <nickm@torproject.org>2010-12-21 15:48:14 -0500
commitcdbd6d0fe88ed305bff33388439297474b27f352 (patch)
treee01b7c688e08d709d40b2dfcb59454812704cf62 /changes
parent029ca804b2bed051185cc21477a713f670106cae (diff)
parentcc051f9aca96b55533953cfcc10c86f9fe1e7b9a (diff)
downloadtor-cdbd6d0fe88ed305bff33388439297474b27f352.tar.gz
tor-cdbd6d0fe88ed305bff33388439297474b27f352.zip
Merge remote branch 'rransom/bug2190_the_hard_way' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug219011
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug2190 b/changes/bug2190
new file mode 100644
index 0000000000..0591acb6ff
--- /dev/null
+++ b/changes/bug2190
@@ -0,0 +1,11 @@
+ o Minor bugfixes
+ - Prevent calls from Libevent from inside Libevent log handlers.
+ This had potential to cause a nasty set of crashes, especially if
+ running Libevent with debug logging enabled, and running Tor
+ with a controller watching for low-severity log messages.
+ Bugfix on 0.1.0.2-rc. Fixes bug 2190.
+ - Make Libevent log messages get delievered to controllers later,
+ and not from inside the Libevent log handler. This prevents
+ unsafe reentrant Libevent calls while still letting the log
+ messages get through.
+