diff options
author | Peter Palfrader <peter@palfrader.org> | 2012-08-22 17:51:01 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-22 12:36:08 -0400 |
commit | 5b0ed1e344f47a584d529221fb9d39e54715732c (patch) | |
tree | 3efd1ff00e513a63ad287b23c5a04ea8641f11ba /ChangeLog | |
parent | 64676d05714a8248610bdbbc6270966ed440a33c (diff) | |
download | tor-5b0ed1e344f47a584d529221fb9d39e54715732c.tar tor-5b0ed1e344f47a584d529221fb9d39e54715732c.tar.gz |
Remove #6480 fix from 0.2.2.38 changelog - it was not included
(Forward-port from release-0.2.2 to master)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,9 +4,6 @@ Changes in version 0.2.2.38 - 2012-08-12 could in theory leak path information. o Security fixes: - - Avoid read-from-freed-memory and double-free bugs that could occur - when a DNS request fails while launching it. Fixes bug 6480; - bugfix on 0.2.0.1-alpha. - Avoid an uninitialized memory read when reading a vote or consensus document that has an unrecognized flavor name. This read could lead to a remote crash bug. Fixes bug 6530; bugfix on 0.2.2.6-alpha. |