diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-14 13:21:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-14 13:21:16 -0400 |
commit | 725e0c76e3df9d3ea4b861b3ff5279b23def4ef9 (patch) | |
tree | 8abc842c82a86ab3bf22301c4bafa03287579b9b /changes | |
parent | 17cfdb358cae63477a120182784599dae0538cd7 (diff) | |
download | tor-725e0c76e3df9d3ea4b861b3ff5279b23def4ef9.tar.gz tor-725e0c76e3df9d3ea4b861b3ff5279b23def4ef9.zip |
Permit setrlimit, prlimit, prlimit64 calls.
We call setrlimit under some circumstances, and it can call prlimit
and prlimit64 under the hood.
Fixes bug 15221.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15221 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15221 b/changes/bug15221 new file mode 100644 index 0000000000..ed72309857 --- /dev/null +++ b/changes/bug15221 @@ -0,0 +1,4 @@ + o Minor bugfixes (sandbox): + - Allow the setrlimit syscall, and the prlimit and prlimit64 syscalls, + which some libc implementations + use under the hood. Fixes bug 15221. Bugfix on 0.2.5.1-alpha. |