summaryrefslogtreecommitdiff
path: root/src/network/dns_parse.c
AgeCommit message (Expand)AuthorLines
2023-11-06remove arbitrary limit from dns result parsingQuentin Rameau-1/+0
2023-07-17fix rejection of dns responses with pointers past 512 byte offsetRich Felker-2/+2
2023-02-27prevent CNAME/PTR parsing from reading data past the response endAlexey Izbyshev-2/+2
2023-02-27fix out-of-bounds reads in __dns_parseAlexey Izbyshev-3/+3
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker-0/+1
2014-06-03fix some validation checks in dns response parsing codeRich Felker-2/+3
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-0/+31