]> git.proxmox.com Git - mirror_ovs.git/commit - lib/conntrack.c
conntrack: Fix missed 'conn' lookup checks.
authorDarrell Ball <dlu998@gmail.com>
Tue, 28 May 2019 18:14:43 +0000 (11:14 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 5 Jun 2019 21:58:44 +0000 (14:58 -0700)
commit28274f774adb3f85a7b351ba24ab0ba7817c9794
treee3cccdc500a2020753037a884652ba4c29aa7f77
parent5f918a8a4d4a775b9c1239657afcd73af3ec9827
conntrack: Fix missed 'conn' lookup checks.

Whenever a 'conn' entry is removed or added, we need to reverify it's
existence status under lock protection.  There were some cases that
were missed, so fix them.

Fixes: 967bb5c5cd90 ("conntrack: Add rcu support.")
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack.c