Commit 4572356
committed
netfilter: nf_tables: use correct lock to protect gc_list
jira VULN-430
cve CVE-2023-4244
commit-author Pablo Neira Ayuso <[email protected]>
commit 8357bc9
Use nf_tables_gc_list_lock spinlock, not nf_tables_destroy_list_lock to
protect the gc list.
Fixes: 5f68718 ("netfilter: nf_tables: GC transaction API to avoid race with control plane")
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
(cherry picked from commit 8357bc9)
Signed-off-by: Marcin Wcisło <[email protected]>1 parent 9ef4dc2 commit 4572356
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9146 | 9146 | | |
9147 | 9147 | | |
9148 | 9148 | | |
9149 | | - | |
| 9149 | + | |
9150 | 9150 | | |
9151 | | - | |
| 9151 | + | |
9152 | 9152 | | |
9153 | 9153 | | |
9154 | 9154 | | |
| |||
0 commit comments