fix rejection of dns responses with pointers past 512 byte offset
[musl] / src / network / dns_parse.c
2023-07-17 Rich Felkerfix rejection of dns responses with pointers past 512... review
2023-02-27 Alexey Izbyshevprevent CNAME/PTR parsing from reading data past the...
2023-02-27 Alexey Izbyshevfix out-of-bounds reads in __dns_parse
2018-09-12 Rich Felkermove and deduplicate declarations of __dns_parse to...
2014-06-03 Rich Felkerfix some validation checks in dns response parsing...
2014-06-02 Rich Felkerswitch standard resolver functions to use the new dns...