mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 11:49:28 -05:00
- Fix ipsecmod compile.
This commit is contained in:
parent
4b73b5f299
commit
f3c2d05728
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue