From: rl1987 Date: Wed, 8 Apr 2020 16:42:41 +0000 (+0300) Subject: Add changes file X-Git-Tag: tor-0.4.5.0-alpha-dev~4^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17c4e489e95e808a74696d6e46d50dc136d46f10;p=thirdparty%2Ftor.git Add changes file --- diff --git a/changes/ticket33788 b/changes/ticket33788 new file mode 100644 index 0000000000..236c056623 --- /dev/null +++ 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.