Add changes/bug24119

This commit is contained in:
Alex Xu (Hello71) 2017-11-24 11:21:04 -05:00 committed by Nick Mathewson
parent f1e8e54964
commit 49a4961dad

4
changes/bug24119 Normal file
View File

@ -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.