diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-01-20 11:17:57 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-01-20 11:17:57 -0800 |
commit | 43414eb98821d3b5c6c65181d7545ce938f82c8e (patch) | |
tree | 7fdb23b456bc29c27955e55b20d3f2855e8913a0 /changes | |
parent | 511049025350339629f270cde9495963e48d10d2 (diff) | |
download | tor-43414eb98821d3b5c6c65181d7545ce938f82c8e.tar.gz tor-43414eb98821d3b5c6c65181d7545ce938f82c8e.zip |
Fix bounds-checking in policy_summarize
Found by piebeer.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/policy_summarize-assert | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/policy_summarize-assert b/changes/policy_summarize-assert new file mode 100644 index 0000000000..619e8e7e42 --- /dev/null +++ b/changes/policy_summarize-assert @@ -0,0 +1,6 @@ + o Major bugfixes (security) + - Fix a bounds-checking error that could allow an attacker to + remotely crash a directory authority. Found by piebeer. + Bugfix on 0.2.1.5-alpha. + + |