netfilter: nft_set_rbtree: handle element re-addition after deletion
The existing code selects no next branch to be inspected when re-inserting an inactive element into the rb-tree, looping endlessly. This patch restricts the check for active elements to the EEXIST case only. Fixes: e701001e ("netfilter: nft_rbtree: allow adjacent intervals with dynamic updates") Reported-by: NWolfgang Bumiller <w.bumiller@proxmox.com> Tested-by: NWolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
Showing
想要评论请 注册 或 登录