diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-22 15:33:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-22 15:33:27 -0400 |
commit | ceddc39c597c7d794cc4b875820e872fbaad5a4b (patch) | |
tree | 79919b58357090cb787f6111c7f4c3092dfe10e2 /changes | |
parent | 033f8044292b74e6a46a719476b9633e5d79d978 (diff) | |
parent | 5a89fd2a046a76bc21afbf6af01047c653f993a4 (diff) | |
download | tor-ceddc39c597c7d794cc4b875820e872fbaad5a4b.tar.gz tor-ceddc39c597c7d794cc4b875820e872fbaad5a4b.zip |
Merge branch 'pr_1930_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33816 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33816 b/changes/ticket33816 new file mode 100644 index 0000000000..6412e78443 --- /dev/null +++ b/changes/ticket33816 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - When an extend cell is missing an IPv4 or IPv6 address, fill in the address + from the extend info. This is similar to what was done in ticket 33633 for + ed25519 keys. Closes ticket 33816. Patch by Neel Chauhan. |