batman-adv: Add reference counting + nullptr fixes 206/head
authorSven Eckelmann <sven.eckelmann@open-mesh.com>
Tue, 5 Jul 2016 10:03:44 +0000 (12:03 +0200)
committerSven Eckelmann <sven.eckelmann@open-mesh.com>
Tue, 5 Jul 2016 10:03:44 +0000 (12:03 +0200)
commit14e98d86ac7a0e7725fb3a38fa8d2c643d03db50
tree3a981e9f58978fd7256dd11d7dba641faaa37bbe
parent654c00719ace700cb9a6e5787b2b70d6a1158542
batman-adv: Add reference counting + nullptr fixes

 * Avoid nullptr dereference in bla after vlan_insert_tag
 * Avoid nullptr dereference in dat after vlan_insert_tag
 * Avoid tt_req_node list put for unhashed entry
 * Fix orig_node_vlan leak on orig_node_release
 * Fix non-atomic bla_claim::backbone_gw access
 * Fix reference leak in batadv_find_router
 * Free last_bonding_candidate on release of orig_node

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
batman-adv/patches/0015-batman-adv-Avoid-nullptr-dereference-in-bla-after-vl.patch [new file with mode: 0644]
batman-adv/patches/0016-batman-adv-Avoid-nullptr-dereference-in-dat-after-vl.patch [new file with mode: 0644]
batman-adv/patches/0017-batman-adv-Avoid-tt_req_node-list-put-for-unhashed-e.patch [new file with mode: 0644]
batman-adv/patches/0018-batman-adv-Fix-orig_node_vlan-leak-on-orig_node_rele.patch [new file with mode: 0644]
batman-adv/patches/0019-batman-adv-Fix-non-atomic-bla_claim-backbone_gw-acce.patch [new file with mode: 0644]
batman-adv/patches/0020-batman-adv-Fix-reference-leak-in-batadv_find_router.patch [new file with mode: 0644]
batman-adv/patches/0021-batman-adv-Free-last_bonding_candidate-on-release-of.patch [new file with mode: 0644]