Home
last modified time | relevance | path

Searched refs:sldns_wire2str_pkt_scan (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dwire2str.h149 int sldns_wire2str_pkt_scan(uint8_t** data, size_t* data_len, char** str,
H A Dwire2str.c314 return sldns_wire2str_pkt_scan(&d, &dlen, &s, &slen); in sldns_wire2str_pkt_buf()
431 int sldns_wire2str_pkt_scan(uint8_t** d, size_t* dlen, char** s, size_t* slen) in sldns_wire2str_pkt_scan() function
/freebsd/contrib/unbound/doc/
H A DChangelog1233 - Fix for #611: Integer overflow in sldns_wire2str_pkt_scan.
2859 - Fix Hang in sldns_wire2str_pkt_scan(),