diff options
author | Sven Eckelmann | 2018-08-12 21:04:43 +0200 |
---|---|---|
committer | Simon Wunderlich | 2018-09-06 14:37:05 +0200 |
commit | 94cb82f594ed86be303398d6dfc7640a6f1d45d4 (patch) | |
tree | 9bb9b9401d7a7214dbb0f7fd080ac396d5d50184 /lib/locking-selftest-hardirq.h | |
parent | fa122fec8640eb7186ce5a41b83a4c1744ceef8f (diff) |
batman-adv: Prevent duplicated softif_vlan entry
The function batadv_softif_vlan_get is responsible for adding new
softif_vlan to the softif_vlan_list. It first checks whether the entry
already is in the list or not. If it is, then the creation of a new entry
is aborted.
But the lock for the list is only held when the list is really modified.
This could lead to duplicated entries because another context could create
an entry with the same key between the check and the list manipulation.
The check and the manipulation of the list must therefore be in the same
locked code section.
Fixes: 5d2c05b21337 ("batman-adv: add per VLAN interface attribute framework")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'lib/locking-selftest-hardirq.h')
0 files changed, 0 insertions, 0 deletions