Merge branch 'bug24734_squashed'

This commit is contained in:
Nick Mathewson
2018-05-01 08:51:32 -04:00
6 changed files with 77 additions and 78 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Remove the return value for fascist_firewall_choose_address_base(),
and sister functions such as fascist_firewall_choose_address_node()
and fascist_firewall_choose_address_rs(). Also, while we're here,
initialize the ap argument as leaving it uninitialized can pose a
security hazard. Closes ticket 24734. Patch by Neel Chauhan.