dirauth: Move authdir_mode_v3() to module
[tor.git] / changes / ticket24734
blob00029ce5783131124358eb3fb8e565041faf8663
1   o Code simplification and refactoring:
2     - Remove the return value for fascist_firewall_choose_address_base(),
3       and sister functions such as fascist_firewall_choose_address_node()
4       and fascist_firewall_choose_address_rs(). Also, while we're here,
5       initialize the ap argument as leaving it uninitialized can pose a
6       security hazard. Closes ticket 24734. Patch by Neel Chauhan.