diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-26 21:26:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-26 21:26:03 +0000 |
commit | 616f6643ef9c6222418a4e75e84691c8ed9507f9 (patch) | |
tree | 15c6313bee44be600969763f6d6e8bc86cc3b018 /ChangeLog | |
parent | 61722638ea75ebced8ae4529c137074e538551bf (diff) | |
download | tor-616f6643ef9c6222418a4e75e84691c8ed9507f9.tar.gz tor-616f6643ef9c6222418a4e75e84691c8ed9507f9.zip |
get_interface_addr6(), and by extension get_interface_addr(), were pretty borked. Copying a tor_addr_t from a sockaddr_storage using memcpy is a poor notion.
svn:r17789
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Changes in version 0.2.1.10-alpha - 2009-??-?? + o Minor bugfixes + - Make get_interface_address() function work properly again; stop + guessing the wrong parts of our address as our address. + + Changes in version 0.2.1.9-alpha - 2008-12-25 o New directory authorities: - gabelmoo (the authority run by Karsten Loesing) now has a new |