aboutsummaryrefslogtreecommitdiff
path: root/changes/bug26007
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2018-05-02 22:33:21 +1000
committerjuga0 <juga@riseup.net>2018-05-09 15:19:28 +0000
commit867fe40f91b849393b56109586d85e499a53a142 (patch)
treeb85afc445b40676622b0c6b97883451aca81d7e4 /changes/bug26007
parent34e7dca9c9e902a58fe8942cef666f1d99d06030 (diff)
downloadtor-867fe40f91b849393b56109586d85e499a53a142.tar.gz
tor-867fe40f91b849393b56109586d85e499a53a142.zip
Stop logging stack contents when reading a zero-length bandwidth file
When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitialised buffer. Log a warning about the empty file instead. Fixes bug 26007; bugfix on 0.2.2.1-alpha.
Diffstat (limited to 'changes/bug26007')
-rw-r--r--changes/bug260075
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26007 b/changes/bug26007
new file mode 100644
index 0000000000..efcd15084d
--- /dev/null
+++ b/changes/bug26007
@@ -0,0 +1,5 @@
+ o Major bugfixes (directory authorities, security):
+ - When directory authorities read a zero-byte bandwidth file, they log
+ a warning with the contents of an uninitialised buffer. Log a warning
+ about the empty file instead.
+ Fixes bug 26007; bugfix on 0.2.2.1-alpha.