diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-11 15:15:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-11 15:15:24 -0500 |
commit | 99e915dbfea9b2b985a10368721d9c79b358abbe (patch) | |
tree | b911d7fda03adffc725a937a59bfa2ed2a18776a /changes | |
parent | b223b7c22d4bf0bd4d58987368523a2a07c6395e (diff) | |
parent | f5f6d13e4cc0d8e823888694bb2c3415d80690ab (diff) | |
download | tor-99e915dbfea9b2b985a10368721d9c79b358abbe.tar.gz tor-99e915dbfea9b2b985a10368721d9c79b358abbe.zip |
Merge remote-tracking branch 'public/bug14759'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14759 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug14759 b/changes/bug14759 new file mode 100644 index 0000000000..82fe97c1c0 --- /dev/null +++ b/changes/bug14759 @@ -0,0 +1,6 @@ + o Minor bugfixes (sandbox): + - Allow Glibc fatal errors to be sent to stderr before Tor exits. + Previously, glibc would try to write them to /dev/tty, and the sandbox + would trap the call and make Tor exit prematurely. Fixes bug 14759; + bugfix on 0.2.5.1-alpha. + |