diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-03-03 18:02:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-03-03 18:02:36 +0000 |
commit | cbbc0c9c8615d4541d99a0e3ff2027b878893888 (patch) | |
tree | 2e0ed8a31c2793cba8d1eeb6813e77610d5670d1 /ChangeLog | |
parent | 26d83fc04c66d2c592ff64b62830c171266b4f75 (diff) | |
download | tor-cbbc0c9c8615d4541d99a0e3ff2027b878893888.tar.gz tor-cbbc0c9c8615d4541d99a0e3ff2027b878893888.zip |
Actually use tor_sscanf() to parse untrusted input.
svn:r18761
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ Changes in version 0.2.1.13-????? - 2009-02-?? - Do not assume that a stack-allocated character array will be 64-bit aligned on platforms that demand that uint64_t access is aligned. Possible fix for bug 604. + - Parse dates and IPv4 addresses in a locale- and libc-independent + manner, to avoid platform-dependent behavior on malformed input. o Minor features: - On Linux, use the prctl call to re-enable core dumps when the user |