aboutsummaryrefslogtreecommitdiff
path: root/resolv/ns_samebinaryname.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-08-30resolv: Add the __ns_samebinaryname functionFlorian Weimer1-0/+55
During packet parsing, only the binary name is available. If the name equality check is performed before conversion to text, we can sometimes skip the last step. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>