mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
We call setrlimit under some circumstances, and it can call prlimit and prlimit64 under the hood. Fixes bug 15221.
4 lines
213 B
Text
4 lines
213 B
Text
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.
|