]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
cache: avoid potential out-of-bounds with NSEC3 params
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 15 Jun 2018 09:05:40 +0000 (11:05 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 15 Jun 2018 09:16:13 +0000 (11:16 +0200)
commit703c21cb8b3e02c8d253545205379474efdd7085
treebb26d228f06c6e77dcdde628aa5c849cc51897a5
parent3e6723044295df432335419db81846f6ed813a21
cache: avoid potential out-of-bounds with NSEC3 params

It's possible the parser wouldn't let such RR through,
and it's most likely validator shouldn't let them through.
Even so, I feel better to check anyway.
lib/cache/api.c
lib/cache/impl.h