Merge branch 'maint-0.4.2'

This commit is contained in:
Nick Mathewson
2019-10-18 12:32:49 -04:00
5 changed files with 54 additions and 9 deletions
+4
View File
@@ -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.