]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/rules: small bugfix for views
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 1 Sep 2023 09:40:44 +0000 (11:40 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 12 Sep 2023 10:12:56 +0000 (12:12 +0200)
commitb7626cb8698f683ca71a3cdc9ab2d361b05ba33a
treeec324d81f1e579ceffa960ce68b497a7221d6720
parent0a9f82064a7acf3895886f2010a9f30e7d0552c5
lib/rules: small bugfix for views

key.len was shorter by (the current) rsp_len, which was confusing/wrong.

Discovered by triggering:
 assertion "i < key.len && i < key_leq.len" failed in kr_view_select_action
lib/rules/api.c