mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
7 lines
396 B
Plaintext
7 lines
396 B
Plaintext
o Major bugfixes (open file limit):
|
|
- The max open file limit wasn't checked before calling
|
|
tor_accept_socket_nonblocking() which made tor go beyond the open
|
|
file limit set previously. With this fix, before opening a new socket,
|
|
tor validates the open file limit just before and if the max has been
|
|
reached, return EMFILE. Fixes bug 16288; bugfix on 0.1.1.1-alpha.
|