diff options
author | teor <teor@torproject.org> | 2019-12-05 10:13:15 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-05 10:13:15 +1000 |
commit | 46057ec5ae5ecc183fb7ed5060b8ba07ad235fb3 (patch) | |
tree | bb9a420306d4a1ceffe07aa88951f20f63287785 /changes | |
parent | febbc236d4a813bf086c5cc3dcd0fa93c7f3eab1 (diff) | |
parent | ee8db8a2eb7a5d345d16d02bade593fa6db2877e (diff) | |
download | tor-46057ec5ae5ecc183fb7ed5060b8ba07ad235fb3.tar.gz tor-46057ec5ae5ecc183fb7ed5060b8ba07ad235fb3.zip |
Merge remote-tracking branch 'tor-github/pr/1424' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31810 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31810 b/changes/bug31810 new file mode 100644 index 0000000000..628d12f09b --- /dev/null +++ b/changes/bug31810 @@ -0,0 +1,4 @@ + o Minor bugfixes (process management): + - Remove assertion in the Unix process backend. This assertion would trigger + when a new process is spawned where the executable is not found leading to + a stack trace from the child process. Fixes bug 31810; bugfix on 0.4.0.1-alpha. |