From: W.C.A. Wijngaards Date: Fri, 6 Dec 2019 06:59:55 +0000 (+0100) Subject: - Fix ipsecmod compile. X-Git-Tag: release-1.9.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c2d0572860545c04e2e189b0380c73e0139354;p=thirdparty%2Funbound.git - Fix ipsecmod compile. --- diff --git a/doc/Changelog b/doc/Changelog index c6d1005b1..17d007f7f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +6 December 2019: Wouter + - Fix ipsecmod compile. + 5 December 2019: Wouter - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1 replacements for unbound-fuzzme.c that gets created after applying diff --git a/ipsecmod/ipsecmod.c b/ipsecmod/ipsecmod.c index 2e286e73d..a1f40a512 100644 --- a/ipsecmod/ipsecmod.c +++ b/ipsecmod/ipsecmod.c @@ -337,7 +337,7 @@ call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq, /* Save the buffer pointers. */ tempstring = s; tempstring_len = slen; w_temp = sldns_wire2str_ipseckey_scan(&tempdata, &tempdata_len, &s, - &slen, NULL, 0); + &slen, NULL, 0, NULL); /* There was an error when parsing the IPSECKEY; reset the buffer * pointers to their previous values. */ if(w_temp == -1) {