summaryrefslogtreecommitdiff
path: root/changes/bug24914
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-15 20:53:50 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-15 20:53:50 -0500
commit8da6bfa5dedbbb03d12bb81974a265feb88122c1 (patch)
tree11bd748e1c2d938929c07652ef063503535c57ee /changes/bug24914
parent4d994e7a9c8936c9e33df90b7468e7327f1794e9 (diff)
parent91c63aae8497bc9de6533daae8f927ca09f96fd2 (diff)
downloadtor-8da6bfa5dedbbb03d12bb81974a265feb88122c1.tar.gz
tor-8da6bfa5dedbbb03d12bb81974a265feb88122c1.zip
Merge branch 'bug24914'
Diffstat (limited to 'changes/bug24914')
-rw-r--r--changes/bug249143
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24914 b/changes/bug24914
new file mode 100644
index 0000000000..ea441fd38c
--- /dev/null
+++ b/changes/bug24914
@@ -0,0 +1,3 @@
+ o Minor features (performance):
+ - Avoid a needless call to malloc() when processing an incoming
+ relay cell. Closes ticket 24914.