aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorSven Eckelmann <[email protected]>2018-08-12 21:04:42 +0200
committerSimon Wunderlich <[email protected]>2018-09-06 13:55:58 +0200
commitfa122fec8640eb7186ce5a41b83a4c1744ceef8f (patch)
tree6f5c2c76e2cf3ca47a54d444e9af0f0320cc30c1 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentdff9bc42ab0b2d38c5e90ddd79b238fed5b4c7ad (diff)
batman-adv: Prevent duplicated nc_node entry
The function batadv_nc_get_nc_node is responsible for adding new nc_nodes to the in_coding_list and out_coding_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: d56b1705e28c ("batman-adv: network coding - detect coding nodes and remove these after timeout") Signed-off-by: Sven Eckelmann <[email protected]> Acked-by: Marek Lindner <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions