aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket24734
blob: 00029ce5783131124358eb3fb8e565041faf8663 (plain)
1
2
3
4
5
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.