diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-05 20:34:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-05 20:34:22 +0000 |
commit | 3ebd1ebeca2edc09027dd583149c64c48c3e7832 (patch) | |
tree | d6ef3b849c954446b35296836dff8da55bd16765 /ChangeLog | |
parent | 35bef7fefd6e8fabf759da7c54d8003210661896 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |