]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes/bug24119
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Fri, 24 Nov 2017 16:21:04 +0000 (11:21 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 13:00:24 +0000 (08:00 -0500)
changes/bug24119 [new file with mode: 0644]

diff --git a/changes/bug24119 b/changes/bug24119
new file mode 100644 (file)
index 0000000..5014257
--- /dev/null
@@ -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.