diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-09 13:08:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-09 13:08:49 -0500 |
commit | a4ef33a3f887f026827e7d47e29281d8f587dfc9 (patch) | |
tree | 7a40f9da17602c52bc1d3388a1f777f4abec0191 | |
parent | a6a1b8b815fd78845b44ff212c01263151fd2a10 (diff) | |
download | tor-a4ef33a3f887f026827e7d47e29281d8f587dfc9.tar.gz tor-a4ef33a3f887f026827e7d47e29281d8f587dfc9.zip |
Add changelog for memcpy bug, with credit for "memcpyfail"
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Changes in version 0.2.2.9-alpha - 2010-??-?? - Don't spam the controller with log messages when we have no file descriptors available. Rate-limiting for log messages was already implemented in the past. + - Avoid a bogus overlapped memcpy in tor_addr_copy(). Found by + "memcpyfail". o Code simplifications and refactoring: - Generate our manpage and HTML documentation using Asciidoc. This |