tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5a89fd2a046a76bc21afbf6af01047c653f993a4
parent 3bb955a02f3a5a8e1eb70976e2124842a4f8d35f
Author: Neel Chauhan <neel@neelc.org>
Date:   Thu, 11 Jun 2020 11:08:18 -0700

Add changes file for ticket 33816

Diffstat:
Achanges/ticket33816 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket33816 b/changes/ticket33816 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - When an extend cell is missing an IPv4 or IPv6 address, fill in the address + from the extend info. This is similar to what was done in ticket 33633 for + ed25519 keys. Closes ticket 33816. Patch by Neel Chauhan.