summaryrefslogtreecommitdiff
path: root/security/security.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2018-08-12 22:04:43 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-10-20 10:51:30 +0300
commit49580031565ecde9433bab43776ddf4573b69614 (patch)
tree76cca15d1ac4e3f7f6494b06d36f674d42cdd5c9 /security/security.c
parent2231ff0dcb30ac7b8ca96bece238bb488110b9b0 (diff)
downloadlinux-49580031565ecde9433bab43776ddf4573b69614.tar.xz
batman-adv: Prevent duplicated softif_vlan entry
[ Upstream commit 94cb82f594ed86be303398d6dfc7640a6f1d45d4 ] 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> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security/security.c')
0 files changed, 0 insertions, 0 deletions