diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-25 10:31:36 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-27 02:13:22 +0100 |
commit | b67657bd952919d0b738a1ffd6c48cc369604873 (patch) | |
tree | 648c9c34cfcbae1dbedad46ce56c3bb6b0ae34a9 /ChangeLog | |
parent | 86828e2004058d01fba09215a44d51d53f82e5c3 (diff) | |
download | tor-b67657bd952919d0b738a1ffd6c48cc369604873.tar.gz tor-b67657bd952919d0b738a1ffd6c48cc369604873.zip |
Properly handle non-terminated strings
Treat strings returned from signed_descriptor_get_body_impl() as not
NUL-terminated. Since the length of the strings is available, this is
not a big problem.
Discovered by rieo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Changes in version 0.2.1.25 - 2010-??-?? fixes bug 1255. - Fix another dereference-then-NULL-check sequence. Bugfix on 0.2.1.14-rc. Discovered by ekir, fixes bug 1256. + - Make sure we treat potentially not NUL-terminated strings correctly. + Bugfix on 0.1.1.13-alpha. Discovered by rieo, fixes bug 1257. Changes in version 0.2.1.24 - 2010-02-21 Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time |