summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-05 10:08:27 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-05 10:08:27 -0400
commit1fb9be53969011a10c453a36099583f631dc8a09 (patch)
treef1eddd4171602f5b1701f36f22c38da469c645d2 /changes
parentb335ef178156e2a6825c48a04222384869c08c5f (diff)
parent3e4814edeb563535b0f3bf658c01d7c10d6b4aa2 (diff)
downloadtor-1fb9be53969011a10c453a36099583f631dc8a09.tar.gz
tor-1fb9be53969011a10c453a36099583f631dc8a09.zip
Merge remote-tracking branch 'tor-github/pr/1902/head'
Diffstat (limited to 'changes')
-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.