about summary refs log tree commit diff
path: root/src/network/dns_parse.c
Commit message (Expand)AuthorAgeFilesLines
* remove arbitrary limit from dns result parsingQuentin Rameau2023-11-061-1/+0
* fix rejection of dns responses with pointers past 512 byte offsetRich Felker2023-07-171-2/+2
* 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