mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
85b46d57bc
If we don't, we can wind up with a wedged cpuworker, and write to it
for ages and ages.
Found by skruffy. This was a bug in 2dda97e8fd, a.k.a. svn
revision 402. It's been there since we have been using cpuworkers.
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
o Minor bugfixes:
|
|
- Check return code on spawn_func() in cpuworker code, so that we don't
|
|
think we've spawned a nonworking cpuworker and write junk to it
|
|
forever. Fix for bug 4345; bugfix on all released Tor versions.
|
|
Found by "skruffy".
|
|
|