diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:05:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:05:42 -0400 |
commit | 084924360aa937014aa4b86de1131e0a413e81de (patch) | |
tree | 565b4421c0df2d485e6dc1e7439ec8fa9382a807 /changes/bug23082 | |
parent | c19bb4d62e9bf3d969a6950e529a95e2f98b7e1c (diff) | |
parent | 1425549ca61cab8aa9476a25be0a31f726672bcc (diff) | |
download | tor-084924360aa937014aa4b86de1131e0a413e81de.tar.gz tor-084924360aa937014aa4b86de1131e0a413e81de.zip |
Merge branch 'ticket23082_squashed'
Diffstat (limited to 'changes/bug23082')
-rw-r--r-- | changes/bug23082 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23082 b/changes/bug23082 new file mode 100644 index 0000000000..fc4b52c364 --- /dev/null +++ b/changes/bug23082 @@ -0,0 +1,4 @@ + o Minor bugfixes (networking): + - Introduce additional checks into tor_addr_parse() to + reject certain incorrect inputs that previously were + not detected. Fixes bug 23082; bugfix on 0.2.0.10-alpha. |