aboutsummaryrefslogtreecommitdiff
path: root/src/network/dns_parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent CNAME/PTR parsing from reading data past the response endAlexey Izbyshev2023-02-271-2/+2
* fix out-of-bounds reads in __dns_parseAlexey Izbyshev2023-02-271-3/+3
* move and deduplicate declarations of __dns_parse to make it checkableRich Felker2018-09-121-0/+1
* fix some validation checks in dns response parsing codeRich Felker2014-06-031-2/+3
* switch standard resolver functions to use the new dns backendRich Felker2014-06-021-0/+31