summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/libunbound/validator/autotrust.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2021-03-16 18:38:05 +0000
committerflorian <florian@openbsd.org>2021-03-16 18:38:05 +0000
commita8eaceedb05fe4e2fb663930e533b8ee49d9d83e (patch)
treedda2d6534bb1bd3dfbea6159ac244164202637f0 /sbin/unwind/libunbound/validator/autotrust.c
parentacpi_intr_disestablish() should free its own cookie. (diff)
downloadwireguard-openbsd-a8eaceedb05fe4e2fb663930e533b8ee49d9d83e.tar.xz
wireguard-openbsd-a8eaceedb05fe4e2fb663930e533b8ee49d9d83e.zip
sync to unbound 1.13.1; heavy lifting by sthen
Diffstat (limited to '')
-rw-r--r--sbin/unwind/libunbound/validator/autotrust.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/unwind/libunbound/validator/autotrust.c b/sbin/unwind/libunbound/validator/autotrust.c
index fd9fb3cf199..7ce07e0d82d 100644
--- a/sbin/unwind/libunbound/validator/autotrust.c
+++ b/sbin/unwind/libunbound/validator/autotrust.c
@@ -2365,6 +2365,7 @@ probe_anchor(struct module_env* env, struct trust_anchor* tp)
edns.edns_version = 0;
edns.bits = EDNS_DO;
edns.opt_list = NULL;
+ edns.padding_block_size = 0;
if(sldns_buffer_capacity(buf) < 65535)
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
else edns.udp_size = 65535;