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