diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:53:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:53:50 -0500 |
commit | 8da6bfa5dedbbb03d12bb81974a265feb88122c1 (patch) | |
tree | 11bd748e1c2d938929c07652ef063503535c57ee /changes/bug24914 | |
parent | 4d994e7a9c8936c9e33df90b7468e7327f1794e9 (diff) | |
parent | 91c63aae8497bc9de6533daae8f927ca09f96fd2 (diff) | |
download | tor-8da6bfa5dedbbb03d12bb81974a265feb88122c1.tar.gz tor-8da6bfa5dedbbb03d12bb81974a265feb88122c1.zip |
Merge branch 'bug24914'
Diffstat (limited to 'changes/bug24914')
-rw-r--r-- | changes/bug24914 | 3 |
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. |