diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:46:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:46:09 -0400 |
commit | b9d71f3848a2858dc0a3c5232c85d97525aacd25 (patch) | |
tree | d8315fa740f196e53f782cd36c081737e1698343 /changes | |
parent | add387c5071a1ee7889e3789e7b4143bb8856d0a (diff) | |
parent | 1f163fcbde4591bcb5764d6bbe0fea8aa559fc33 (diff) | |
download | tor-b9d71f3848a2858dc0a3c5232c85d97525aacd25.tar.gz tor-b9d71f3848a2858dc0a3c5232c85d97525aacd25.zip |
Merge remote-tracking branch 'tor-github/pr/1693/head' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33093_logging | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug33093_logging b/changes/bug33093_logging new file mode 100644 index 0000000000..e26e4a64af --- /dev/null +++ b/changes/bug33093_logging @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - If we encounter a bug when flushing a buffer to a TLS connection, + only log the bug once per invocation of the Tor process. Previously we + would log with every occurrence, which could cause us to run out of + disk space. Fixes bug 33093; bugfix on 0.3.2.2-alpha. |