tor

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

commit 17c4e489e95e808a74696d6e46d50dc136d46f10
parent 8ab7e30484c307ade39277488b954a5f21b5f6e5
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Wed,  8 Apr 2020 19:42:41 +0300

Add changes file

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

diff --git a/changes/ticket33788 b/changes/ticket33788 @@ -0,0 +1,4 @@ + o Minor features (code safety): + - Check for failures of tor_inet_ntop() and tor_inet_ntoa() functions in + DNS and IP address processing code and adjust codepaths to make them + less likely to crash entire Tor instance. Resolves issue 33788.