[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor Ipv6-Patch
- To: or-dev@xxxxxxxxxxxxx
- Subject: Re: Tor Ipv6-Patch
- From: "anon ymous" <a.y.main.contact@xxxxxxxxxxxxxx>
- Date: Tue, 4 Dec 2007 09:36:46 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Tue, 04 Dec 2007 03:37:00 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WKI+Mn49u9cFnfdsmaOO01w4nWHzl4Ov72iXaL9iXBk=; b=m9iWY6h/8hli8QEthq42BINrhpBtlBdUoVOmBeF4GhXPyJb2lqGLoBLMK+3ooaPPBfhV96+8iV/JIsFwQTNhqs+HC7Cog7ATfr/ko9rL9PiTh2K0VddrCSVDJN3R1BERX96bI36dOM4klHl5TmoD437gLttjrRTFI8rfS6LY/qc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e0EWDPM9E5NIJu3K82sgVLpquyfRrQKvuQMHqGVPPN8gICSyOIo2euW9kSHprdQXHZ3DLe5rOiEcshCfY3Bs4BjEpLuyYKAA6YdVAHDKltJv92xzx7icinW6/9KICk1SCuTlcQaSGBoZI5h5fzMzZq41oIzYryq9P4pCT+tqWyY=
- In-reply-to: <47548871.6000707@xxxxxxxxxxxx>
- References: <47548871.6000707@xxxxxxxxxxxx>
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
Hello Marcus,
good to see that you did implement it after our chat-session.
Sorry I could not be of much help with my rusty C/C++.
I notices a very small memory-leak in
parse_addr6_port()
in the line
//TODO tor_free(_address);
I guess we should remember the original _address
without the "start +1" and simila in another variable
so we can free it later.
A.Y.