Merge remote branch 'public/bug2190_021' into maint-0.2.1

This commit is contained in:
Nick Mathewson
2010-12-21 15:44:50 -05:00
3 changed files with 19 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
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.