diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:46:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:46:16 -0400 |
commit | b2e543bfe74bb5855a86429c61c0efc91d660719 (patch) | |
tree | 85a0de04369f0b1cbf22808fd6f2f2e72657935b /changes | |
parent | c96cf1494357af5a2fd0309ef3d26aba52105edb (diff) | |
parent | b9d71f3848a2858dc0a3c5232c85d97525aacd25 (diff) | |
download | tor-b2e543bfe74bb5855a86429c61c0efc91d660719.tar.gz tor-b2e543bfe74bb5855a86429c61c0efc91d660719.zip |
Merge branch 'maint-0.3.5' into maint-0.4.1
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. |