changes/bug16274
0 → 100644
+5
−0
+16
−8
Loading
If setrlimit() failed, max_out wasn't set in set_max_file_descriptors() ending in a state where we don't use ULIMIT_BUFFER for things like tor private key files. Also fix the set_max_file_descriptors() documentation. Fixes #16274 Signed-off-by:David Goulet <dgoulet@ev0ke.net>