aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorJeremy Sowden <[email protected]>2022-03-27 23:36:25 +0100
committerPablo Neira Ayuso <[email protected]>2022-03-29 23:33:46 +0200
commit31818213170caa51d116eb5dc1167b88523b4fe1 (patch)
tree28eae9229951fcc7d54edce9b416e0fdfc0b6502 /lib/mpi/mpiutil.c
parentad7da1ce5749c0eb4f09dd7e5510123be56f10fb (diff)
netfilter: bitwise: fix reduce comparisons
The `nft_bitwise_reduce` and `nft_bitwise_fast_reduce` functions should compare the bitwise operation in `expr` with the tracked operation associated with the destination register of `expr`. However, instead of being called on `expr` and `track->regs[priv->dreg].selector`, `nft_expr_priv` is called on `expr` twice, so both reduce functions return true even when the operations differ. Fixes: be5650f8f47e ("netfilter: nft_bitwise: track register operations") Signed-off-by: Jeremy Sowden <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions