bug4345 499 B

12345678910
  1. o Minor bugfixes:
  2. - Check return code on spawn_func() in cpuworker code, so that we don't
  3. think we've spawned a nonworking cpuworker and write junk to it
  4. forever. Fix related to bug 4345; bugfix on all released Tor versions.
  5. Found by "skruffy".
  6. - Use a pthread_attr to make sure that spawn_func() cannot return
  7. an error while at the same time launching a thread. Fix related
  8. to bug 4345; bugfix on all released Tor versions. Reported by
  9. "cypherpunks".