Merge remote-tracking branch 'tor-github/pr/1723/head' into maint-0.4.3

This commit is contained in:
Nick Mathewson
2020-04-09 08:30:14 -04:00
8 changed files with 46 additions and 60 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (logging):
- Stop closing stderr and stdout during shutdown. Closing these file
descriptors can hide sanitiser logs.
Fixes bug 33087; bugfix on 0.4.1.6.
- Flush stderr, stdout, and file logs during shutdown, if supported by the
OS. This change helps make sure that any final logs are recorded.
Fixes bug 33087; bugfix on 0.4.1.6.