summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-04 13:20:37 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-04 13:21:29 -0500
commit68ca6d2e1971372617f920e71a4a51e16900095e (patch)
treeda2fe4cb36afdd3ff3384cdd5236922b6ab59e77 /changes
parentc9b3f6352f68a03b5380db0e459a8cd6407c5603 (diff)
downloadtor-68ca6d2e1971372617f920e71a4a51e16900095e.tar.gz
tor-68ca6d2e1971372617f920e71a4a51e16900095e.zip
Don't treat a setrlimit failure as fatal.
Fixes bug 21074; bugfix on 4689243242e2e12 in 0.0.9rc5 when we started doing setrlimit() in the first place.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug21074_downgrade4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
new file mode 100644
index 0000000000..c9f81bd137
--- /dev/null
+++ b/changes/bug21074_downgrade
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Don't exit the Tor process if setrlimit() fails to change the file
+ limit (which can happen sometimes on some versions of OSX). Fixes
+ bug 21074; bugfix on 0.0.9pre5.