Marek Lindner a121048a89 batman-adv: prevent potential hlist double deletion
The hlist_del_rcu() call in batadv_tt_global_size_mod() does not check
if the element still is part of the list prior to deletion. The atomic
list counter should prevent the worst but converting to
hlist_del_init_rcu() ensures the element can't be deleted more than
once.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
2015-08-25 00:12:21 +02:00
..
2015-07-23 13:07:04 -07:00
2015-03-02 16:43:41 -05:00
2015-08-24 10:34:40 -07:00
2015-03-06 21:50:02 -05:00
2015-08-24 10:34:40 -07:00
2015-08-24 10:34:40 -07:00
2015-07-28 09:37:44 -07:00
2015-08-11 12:41:35 +02:00