summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2020-04-08 19:42:41 +0300
committerrl1987 <rl1987@users.noreply.github.com>2020-05-21 13:43:37 +0300
commit17c4e489e95e808a74696d6e46d50dc136d46f10 (patch)
tree90bbea19ca41064e33ec38610d0ea3c09e713bb0
parent8ab7e30484c307ade39277488b954a5f21b5f6e5 (diff)
downloadtor-17c4e489e95e808a74696d6e46d50dc136d46f10.tar.gz
tor-17c4e489e95e808a74696d6e46d50dc136d46f10.zip
Add changes file
-rw-r--r--changes/ticket337884
1 files changed, 4 insertions, 0 deletions
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.