diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-21 15:44:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-21 15:44:50 -0500 |
commit | 69771bb5fc0fc472436c5f3fe6dfd3bd0f4929da (patch) | |
tree | 4f359f5fdb23bec103f67b08aff4c659bde8b929 /changes | |
parent | ef5b3680c6c4f630b670681f73967f4535b786e1 (diff) | |
parent | 668f7a2639faf59e5bc4f2615e61e0e768e0b26d (diff) | |
download | tor-69771bb5fc0fc472436c5f3fe6dfd3bd0f4929da.tar.gz tor-69771bb5fc0fc472436c5f3fe6dfd3bd0f4929da.zip |
Merge remote branch 'public/bug2190_021' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2190 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2190 b/changes/bug2190 new file mode 100644 index 0000000000..92ecba7eb0 --- /dev/null +++ b/changes/bug2190 @@ -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. |