diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:40:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:40:03 -0500 |
commit | ed1d630f0e3d2d733989eefe9fce5c287a7ca6c9 (patch) | |
tree | bc1d8f2fda75cc6560a243a6c872c2340b076cdc /changes | |
parent | 28c3f538e50af1b4a10e613856841ea8ca41bc33 (diff) | |
parent | e3d4154486b278e1ee68f97c3445817759b0f73c (diff) | |
download | tor-ed1d630f0e3d2d733989eefe9fce5c287a7ca6c9.tar.gz tor-ed1d630f0e3d2d733989eefe9fce5c287a7ca6c9.zip |
Merge branch 'onion_ntor_malloc_less'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature25150 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature25150 b/changes/feature25150 new file mode 100644 index 0000000000..eb65327a8d --- /dev/null +++ b/changes/feature25150 @@ -0,0 +1,4 @@ + o Minor features (performance, allocation): + - Avoid a needless malloc()/free() pair every time we handle an ntor + handshake. Closes ticket 25150. + |