diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-26 14:30:02 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 09:37:09 -0400 |
commit | 46998fc8fd008f780f9d0ce827b89afab3cb0210 (patch) | |
tree | 1ea6f167717d3961e67664e440a28bb14c28bd84 /changes | |
parent | b556894ef2fc41947bcae998c8caa51e256f2a6e (diff) | |
download | tor-46998fc8fd008f780f9d0ce827b89afab3cb0210.tar.gz tor-46998fc8fd008f780f9d0ce827b89afab3cb0210.zip |
Validate that DirAuthority address is IPv4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26488 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26488 b/changes/bug26488 new file mode 100644 index 0000000000..f93d4c6f00 --- /dev/null +++ b/changes/bug26488 @@ -0,0 +1,4 @@ + o Major bugfixes (directory authority): + - Actually check that address we get from DirAuthority configuration + line is valid IPv4. Explicitly disallow DirAuthority adress to be + DNS hostname. Fixes bug 26488; bugfix on 0.1.2.10-rc. |