diff options
author | 2021-03-16 18:38:05 +0000 | |
---|---|---|
committer | 2021-03-16 18:38:05 +0000 | |
commit | a8eaceedb05fe4e2fb663930e533b8ee49d9d83e (patch) | |
tree | dda2d6534bb1bd3dfbea6159ac244164202637f0 /sbin/unwind/libunbound/validator/autotrust.c | |
parent | acpi_intr_disestablish() should free its own cookie. (diff) | |
download | wireguard-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.c | 1 |
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; |