aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40990
diff options
context:
space:
mode:
authorAlexander Hansen Færøy <ahf@torproject.org>2024-12-03 15:43:34 +0000
committerAlexander Hansen Færøy <ahf@torproject.org>2024-12-03 15:43:34 +0000
commit5567617e3b725f8a99acada48a5855b2150bc0f4 (patch)
treeb1b6ee5a0a09a5ef881a976bbe960fdfb846448f /changes/ticket40990
parente5b51eb10f6802ea4cff9fab6d0b91e905630d15 (diff)
parent717b59ac2be260b1ed7db0db32ca9b99dad6ff87 (diff)
downloadtor-5567617e3b725f8a99acada48a5855b2150bc0f4.tar.gz
tor-5567617e3b725f8a99acada48a5855b2150bc0f4.zip
Merge branch 'ticket40990_049_01' into 'main'
process: Don't close all FDs on new spawn Closes #40990 See merge request tpo/core/tor!848
Diffstat (limited to 'changes/ticket40990')
-rw-r--r--changes/ticket409904
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40990 b/changes/ticket40990
new file mode 100644
index 0000000000..af613088d8
--- /dev/null
+++ b/changes/ticket40990
@@ -0,0 +1,4 @@
+ o Minor bugfix (process):
+ - Avoid closing all possible FDs when spawning a process (PT). On some systems, this could
+ lead to 3+ minutes hang. Fixes bug 40990; bugfix on 0.3.5.1-alpha.
+