diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 02:10:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 02:10:38 +0000 |
commit | 0e9dcfab97de3c9d9f608deb67bcdc866ae52c93 (patch) | |
tree | 5c8fefbbd2408a31124a78bd48edc8e10fe31553 /ChangeLog | |
parent | 3b58f9929f947f2c21a6bfe439d9b0819a9900fe (diff) | |
download | tor-0e9dcfab97de3c9d9f608deb67bcdc866ae52c93.tar.gz tor-0e9dcfab97de3c9d9f608deb67bcdc866ae52c93.zip |
r18286@catbus: nickm | 2008-02-20 21:10:33 -0500
Fix a bug that kept buf_find_string_offset from finding a string at the very end of the buffer. Add a unit test for this. Also, do not save a pointer to a chunk that might get reallocated by buf_pullup().
svn:r13635
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Changes in version 0.2.0.20-?? - 2008-02-?? 0.2.0.x - Fix code used to find strings within buffers, when those strings are not in the first chunk of the buffer. + - Fix potential segfault when parsing HTTP headers. Bugfix on 0.2.0.x. o Minor features (performance): - Tune parameters for cell pool allocation to minimize amount of |