mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6e78ede73f
This patch removes the buffered I/O stream usage in process_handle_t and its related utility functions. This simplifies the code and avoids racy code where we used buffered I/O on non-blocking file descriptors. See: https://bugs.torproject.org/21654
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
o Code simplifications and refactoring
|
|
- Use unbuffered I/O for utility functions around the process_handle_t
|
|
type. This fixes unit test failures reported on OpenBSD and FreeBSD.
|
|
Fixes bug 21654.
|