Skip to content
Commit f9121355 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: nft_set_rbtree: incorrect assumption on lower interval lookups



In case of adjacent ranges, we may indeed see either the high part of
the range in first place or the low part of it. Remove this incorrect
assumption, let's make sure we annotate the low part of the interval in
case of we have adjacent interva intervals so we hit a matching in
lookups.

Reported-by: default avatarSimon Hanisch <hanisch@wh2.tu-dresden.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent da2f27e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment