diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2017-11-24 11:21:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-30 08:00:24 -0500 |
commit | 49a4961dad561282b830c82866c20bab0aa1fdd3 (patch) | |
tree | 79efe402a4de923fde1d5d6b8bfdb9ded2f7d140 /changes/bug24119 | |
parent | f1e8e549646361b85ef0676c108040333fd021f8 (diff) | |
download | tor-49a4961dad561282b830c82866c20bab0aa1fdd3.tar.gz tor-49a4961dad561282b830c82866c20bab0aa1fdd3.zip |
Add changes/bug24119
Diffstat (limited to 'changes/bug24119')
-rw-r--r-- | changes/bug24119 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24119 b/changes/bug24119 new file mode 100644 index 0000000000..5014257602 --- /dev/null +++ b/changes/bug24119 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Rewrite channel_rsa_id_group_set_badness to reduce temporary memory + allocations with large numbers of OR connections (e.g. relays). Closes + ticket 24119. |