aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4345
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug4345')
-rw-r--r--changes/bug434510
1 files changed, 0 insertions, 10 deletions
diff --git a/changes/bug4345 b/changes/bug4345
deleted file mode 100644
index 5e650fc34..000000000
--- a/changes/bug4345
+++ /dev/null
@@ -1,10 +0,0 @@
- 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 related to bug 4345; bugfix on all released Tor versions.
- Found by "skruffy".
-
- - Use a pthread_attr to make sure that spawn_func() cannot return
- an error while at the same time launching a thread. Fix related
- to bug 4345; bugfix on all released Tor versions. Reported by
- "cypherpunks".