diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2012-05-14 14:30:04 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-13 10:12:39 -0400 |
commit | 2133b6e5ba0985aa7810edf2d9973470bc4c19da (patch) | |
tree | 17b1601a7f9598dd4c0739aaec3d505bfe60b26f /changes | |
parent | 068046eebc73fbe1f0d8419f0dfea65d3de9c14a (diff) | |
download | tor-2133b6e5ba0985aa7810edf2d9973470bc4c19da.tar.gz tor-2133b6e5ba0985aa7810edf2d9973470bc4c19da.zip |
Fix integer overflow in cell stats spotted by atagar.
Fixes #5849.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5849 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug5849 b/changes/bug5849 new file mode 100644 index 0000000000..b6738a6b99 --- /dev/null +++ b/changes/bug5849 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Fix a (harmless) integer overflow in cell statistics reported by + some fast relays. Fixes bug 5849; bugfix on 0.2.2.1-alpha. |