- Fix ipsecmod compile.

This commit is contained in:
W.C.A. Wijngaards 2019-12-06 07:59:55 +01:00
parent 4b73b5f299
commit f3c2d05728
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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) {