From: Alex Xu (Hello71) Date: Fri, 24 Nov 2017 16:21:04 +0000 (-0500) Subject: Add changes/bug24119 X-Git-Tag: tor-0.3.3.1-alpha~177^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49a4961dad561282b830c82866c20bab0aa1fdd3;p=thirdparty%2Ftor.git Add changes/bug24119 --- 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.