Files
tor/src
Alexander Færøy 86de065aee Use read(2) instead of fgets(3) when reading process output.
This patch modifies `tor_read_all_handle()` to use read(2) instead of
fgets(3) when reading the stdout from the child process. This should
eliminate the race condition that can be triggered in the 'slow/util/*'
tests on slower machines running OpenBSD, FreeBSD and HardenedBSD.

See: https://bugs.torproject.org/21654
2017-03-08 02:08:44 +01:00
..
2017-02-13 14:41:43 -05:00
2017-03-07 08:08:28 -05:00
2017-02-07 09:27:00 -05:00
2017-03-01 15:38:36 -05:00