diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-21 15:48:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-21 15:48:14 -0500 |
commit | cdbd6d0fe88ed305bff33388439297474b27f352 (patch) | |
tree | e01b7c688e08d709d40b2dfcb59454812704cf62 /changes | |
parent | 029ca804b2bed051185cc21477a713f670106cae (diff) | |
parent | cc051f9aca96b55533953cfcc10c86f9fe1e7b9a (diff) | |
download | tor-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/bug2190 | 11 |
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. + |