summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-11 15:15:24 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-11 15:15:24 -0500
commit99e915dbfea9b2b985a10368721d9c79b358abbe (patch)
treeb911d7fda03adffc725a937a59bfa2ed2a18776a /changes
parentb223b7c22d4bf0bd4d58987368523a2a07c6395e (diff)
parentf5f6d13e4cc0d8e823888694bb2c3415d80690ab (diff)
downloadtor-99e915dbfea9b2b985a10368721d9c79b358abbe.tar.gz
tor-99e915dbfea9b2b985a10368721d9c79b358abbe.zip
Merge remote-tracking branch 'public/bug14759'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug147596
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.
+