update unbound, fix unbound openssl issue on OS X
This commit is contained in:
3
external/unbound/sldns/wire2str.c
vendored
3
external/unbound/sldns/wire2str.c
vendored
@@ -697,6 +697,9 @@ int sldns_wire2str_rdata_scan(uint8_t** d, size_t* dlen, char** s,
|
||||
}
|
||||
w += n;
|
||||
}
|
||||
if(*dlen != 0) {
|
||||
goto failed;
|
||||
}
|
||||
return w;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user