diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-09 16:44:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-09 16:44:12 -0400 |
commit | 0d82a8be77ae8d7fb06c8702bfbf1ebbaf370c94 (patch) | |
tree | 38e3f8b0c2ebea5289c777274fe8a49451acc196 /changes | |
parent | ab064cf762f0049913ae346dc9b500bc9580395a (diff) | |
parent | ff304f3be7d6b5753d2066a0af9772b451f7f442 (diff) | |
download | tor-0d82a8be77ae8d7fb06c8702bfbf1ebbaf370c94.tar.gz tor-0d82a8be77ae8d7fb06c8702bfbf1ebbaf370c94.zip |
Merge remote-tracking branch 'tor-github/pr/1394'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31939 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31939 b/changes/bug31939 new file mode 100644 index 0000000000..a36ea495d6 --- /dev/null +++ b/changes/bug31939 @@ -0,0 +1,3 @@ + o Minor bugfixes (tls, logging): + - Log TLS read buffer length bugs once, rather than filling the logs + with similar warnings. Fixes bug 31939; bugfix on 0.3.0.4-rc. |