diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-02 10:10:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-02 10:10:28 -0500 |
commit | fb5877b9721dcc0d140c2c7c8d16d0b656bbf5d7 (patch) | |
tree | 9ccf9eb4d9a97dca9d12c81ddaefbb4a2398c7da /changes | |
parent | 08469a338ab524e233f357d46504338fd64dedf9 (diff) | |
parent | 8a7767603a9ac826f39505fc9ea8c08385f6dfd6 (diff) | |
download | tor-fb5877b9721dcc0d140c2c7c8d16d0b656bbf5d7.tar.gz tor-fb5877b9721dcc0d140c2c7c8d16d0b656bbf5d7.zip |
Merge branch 'maint-0.3.0' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24736 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24736 b/changes/bug24736 new file mode 100644 index 0000000000..632560932a --- /dev/null +++ b/changes/bug24736 @@ -0,0 +1,6 @@ + o Minor bugfixes (address selection): + - When the fascist_firewall_choose_address_ functions don't find a + reachable address, set the returned address to the null address and port. + This is a precautionary measure, because some callers do not check the + return value. + Fixes bug 24736; bugfix on 0.2.8.2-alpha. |