mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 23:33:31 +01:00
725e0c76e3
We call setrlimit under some circumstances, and it can call prlimit and prlimit64 under the hood. Fixes bug 15221.
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
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.
|