diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-07 07:50:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-07 07:50:14 -0500 |
commit | 49dca8b1beae9c2dade2c3193fa7f77f5c15d869 (patch) | |
tree | 03ea0117610094a95f9da28dc003566d7dee709c /changes | |
parent | 7c5a45575fd7881dbb0c16895608775b44c87f01 (diff) | |
parent | 2b9d48791d0b5245e3ccfd267150dfa34541c87c (diff) | |
download | tor-49dca8b1beae9c2dade2c3193fa7f77f5c15d869.tar.gz tor-49dca8b1beae9c2dade2c3193fa7f77f5c15d869.zip |
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14125 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14125 b/changes/bug14125 new file mode 100644 index 0000000000..fe6821a332 --- /dev/null +++ b/changes/bug14125 @@ -0,0 +1,5 @@ + o Minor bugfixes (dirauth): + - Enlarge the buffer to read bw-auth generated files to avoid an + issue when parsing the file in dirserv_read_measured_bandwidths(). + Bugfix on 0.2.2.1-alpha, fixes #14125. + |