You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
jira VULN-430
cve CVE-2023-4244
commit-author Pablo Neira Ayuso <pablo@netfilter.org>
commit 4a9e12e
pipapo needs to enqueue GC transactions for catchall elements through
nft_trans_gc_queue_sync(). Add nft_trans_gc_catchall_sync() and
nft_trans_gc_catchall_async() to handle GC transaction queueing
accordingly.
Fixes: 5f68718 ("netfilter: nf_tables: GC transaction API to avoid race with control plane")
Fixes: f6c383b ("netfilter: nf_tables: adapt set backend to use GC transaction API")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
(cherry picked from commit 4a9e12e)
Signed-off-by: Marcin Wcisło <marcin.wcislo@conclusive.pl>
0 commit comments