Searched refs:sldns_wire2str_pkt_scan (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.h | 149 int sldns_wire2str_pkt_scan(uint8_t** data, size_t* data_len, char** str,
|
H A D | wire2str.c | 319 return sldns_wire2str_pkt_scan(&d, &dlen, &s, &slen); in sldns_wire2str_pkt_buf() 436 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 D | Changelog | 1647 - Fix for #611: Integer overflow in sldns_wire2str_pkt_scan. 3273 - Fix Hang in sldns_wire2str_pkt_scan(),
|