]> git.ipfire.org Git - thirdparty/glibc.git/commit
resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c
authorFlorian Weimer <fweimer@redhat.com>
Fri, 7 Feb 2020 17:48:04 +0000 (18:48 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 7 Feb 2020 17:48:04 +0000 (18:48 +0100)
commitd4e209d35564eecdc006ab9f5b10bc8494c6f1f9
tree306e97edbabf692ede994582347d53b622571411
parent814309f0c226fc1f2c4eb6a042d74df6f496db23
resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c

The second CNAME record optionally generated by the response function
used the question name, not the redirected name from the first CNAME.
This breaks the chain and results in failures of these IDNA tests if
CNAME owner names are checked as expected (which the current
implementation does not do).
resolv/tst-resolv-ai_idn-common.c