mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
aaa
This commit is contained in:
parent
947e02aa40
commit
9ccf1668eb
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ static bool match_type(uint16_t type, conf_val_t *types)
|
|||
|
||||
static bool match_pattern(const knot_dname_t *rr_owner, const knot_dname_t *name)
|
||||
{
|
||||
assert(rr_owner != NULL && name != NULL);
|
||||
while (true) {
|
||||
uint8_t name_len = *name++;
|
||||
uint8_t owner_len = *rr_owner++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue