From f3c2d0572860545c04e2e189b0380c73e0139354 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 6 Dec 2019 07:59:55 +0100 Subject: [PATCH] - Fix ipsecmod compile. --- doc/Changelog | 3 +++ ipsecmod/ipsecmod.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) {