diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-04-08 19:42:41 +0300 |
---|---|---|
committer | rl1987 <rl1987@users.noreply.github.com> | 2020-05-21 13:43:37 +0300 |
commit | 17c4e489e95e808a74696d6e46d50dc136d46f10 (patch) | |
tree | 90bbea19ca41064e33ec38610d0ea3c09e713bb0 /changes/ticket33788 | |
parent | 8ab7e30484c307ade39277488b954a5f21b5f6e5 (diff) | |
download | tor-17c4e489e95e808a74696d6e46d50dc136d46f10.tar.gz tor-17c4e489e95e808a74696d6e46d50dc136d46f10.zip |
Add changes file
Diffstat (limited to 'changes/ticket33788')
-rw-r--r-- | changes/ticket33788 | 4 |
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. |