]> git.ipfire.org Git - thirdparty/glibc.git/commit
resolv: Add internal __ns_name_length_uncompressed function
authorFlorian Weimer <fweimer@redhat.com>
Tue, 30 Aug 2022 08:02:49 +0000 (10:02 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 30 Aug 2022 08:02:49 +0000 (10:02 +0200)
commit78b1a4f0e49064e5dfb686c7cd87bd4df2640b29
treebe976bf8d066d0242eb737678c97dd939a5dab0f
parent394085a34d25a51513019a4dc411acd3527fbd33
resolv: Add internal __ns_name_length_uncompressed function

This function is useful for checking that the question name is
uncompressed (as it should be).

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
include/arpa/nameser.h
resolv/Makefile
resolv/ns_name_length_uncompressed.c [new file with mode: 0644]
resolv/tst-ns_name_length_uncompressed.c [new file with mode: 0644]