aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-05 20:34:22 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-05 20:34:22 +0000
commit3ebd1ebeca2edc09027dd583149c64c48c3e7832 (patch)
treed6ef3b849c954446b35296836dff8da55bd16765 /ChangeLog
parent35bef7fefd6e8fabf759da7c54d8003210661896 (diff)
downloadtor-3ebd1ebeca2edc09027dd583149c64c48c3e7832.tar
tor-3ebd1ebeca2edc09027dd583149c64c48c3e7832.tar.gz
The chunk_size field in memarea_t was never actually set. Remove the whole thing.
svn:r17195
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1bb0de2..4fd317f4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,8 @@ Changes in version 0.2.1.7-alpha - 2008-11-xx
have already been marked for close.
- Fix read-off-the-end-of-string error in unit tests when decoding
introduction points.
+ - Fix uninitialized size field for memory area allocation: may improve
+ memory performance during directory parsing.
Changes in version 0.2.1.6-alpha - 2008-09-30