diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-04-09 08:30:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-04-09 08:30:14 -0400 |
commit | c2aea6134a3333bbace155f37fcabf8a5b4e2744 (patch) | |
tree | 14be9ba0a8012edecb0136a94a4194ec3d47d6d3 /changes | |
parent | 1ae0839ef24d303f77cec165df5223a66131567c (diff) | |
parent | e849881d3ad80e46bc4297d2cf9651f3f7d039cc (diff) | |
download | tor-c2aea6134a3333bbace155f37fcabf8a5b4e2744.tar.gz tor-c2aea6134a3333bbace155f37fcabf8a5b4e2744.zip |
Merge remote-tracking branch 'tor-github/pr/1723/head' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33087 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug33087 b/changes/bug33087 new file mode 100644 index 0000000000..ab6df58cc6 --- /dev/null +++ b/changes/bug33087 @@ -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. |