]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Merge branch 'svcb' of github.com:NLnetLabs/unbound into svcb
authorTom Carpay <tom@nlnetlabs.nl>
Tue, 25 May 2021 09:43:50 +0000 (11:43 +0200)
committerTom Carpay <tom@nlnetlabs.nl>
Tue, 25 May 2021 09:43:50 +0000 (11:43 +0200)
1  2 
sldns/str2wire.c
sldns/wire2str.c

index dba21a093f39009e43906af18211454f5d5e2316,1ed41764dc8e002c55513934e842e24b60d6c022..1b09766bc4f03a676b2f66950ce9435f5670c286
@@@ -1115,8 -1115,9 +1115,10 @@@ sldns_str2wire_svcbparam_ipv6hint(cons
                if (!(next_ip_str = strchr(val, ','))) {
                        if (inet_pton(AF_INET6, val, rd + *rd_len) != 1)
                                break;
 +                      *rd_len += LDNS_IP6ADDRLEN;
  
+                       *rd_len += LDNS_IP6ADDRLEN;
                        assert(count == 1);
  
                } else if (next_ip_str - val >= (int)sizeof(ip_str))
Simple merge