]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file
authorrl1987 <rl1987@sdf.lonestar.org>
Wed, 8 Apr 2020 16:42:41 +0000 (19:42 +0300)
committerrl1987 <rl1987@users.noreply.github.com>
Thu, 21 May 2020 10:43:37 +0000 (13:43 +0300)
changes/ticket33788 [new file with mode: 0644]

diff --git a/changes/ticket33788 b/changes/ticket33788
new file mode 100644 (file)
index 0000000..236c056
--- /dev/null
@@ -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.