diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-13 22:25:19 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-15 12:51:51 +0100 |
commit | cec21652a7c939d1112591347e35c0815de63f93 (patch) | |
tree | 2e751f82e99229b9fb2044e4fc21d7bc9b169952 /changes | |
parent | dbba84c917279c8c58b1bfdac37fbcdfd84b7bb7 (diff) | |
download | tor-cec21652a7c939d1112591347e35c0815de63f93.tar.gz tor-cec21652a7c939d1112591347e35c0815de63f93.zip |
Try harder not to exceed the 50 KB extra-info descriptor limit.
Our checks that we don't exceed the 50 KB size limit of extra-info
descriptors apparently failed. This patch fixes these checks and reserves
another 250 bytes for appending the signature. Fixes bug 2183.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2183 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2183 b/changes/bug2183 new file mode 100644 index 0000000000..01a8d76aca --- /dev/null +++ b/changes/bug2183 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Try harder not to exceed the maximum length of 50 KB when writing + statistics to extra-info descriptors. This bug was triggered by very + fast relays reporting exit-port, entry, and dirreq statistics. + Reported by Olaf Selke. Bugfix on 0.2.2.1-alpha. Fixes bug 2183. + |