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_hash: mark set element as dead when deleting from packet path
jira VULN-430
cve CVE-2023-4244
commit-author Pablo Neira Ayuso <pablo@netfilter.org>
commit c92db30
Set on the NFT_SET_ELEM_DEAD_BIT flag on this element, instead of
performing element removal which might race with an ongoing transaction.
Enable gc when dynamic flag is set on since dynset deletion requires
garbage collection after this patch.
Fixes: d0a8d87 ("netfilter: nft_dynset: support for element deletion")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
(cherry picked from commit c92db30)
Signed-off-by: Marcin Wcisło <marcin.wcislo@conclusive.pl>
0 commit comments