mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Sascha Braun <sascha.braun.lpz@googlemail.com>
To: musl@lists.openwall.com
Subject: [musl] Problably Issue in name_from_dns // __res_msend_rc (lookup_name.c)
Date: Tue, 31 May 2022 12:24:19 +0200	[thread overview]
Message-ID: <CALATqHnJosLVd71_heHmiKqctO5y=GYC+Nf9_gh-hoLk0nQEeQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 15149 bytes --]

Hi everyone,

I'm implementing a socket protocol with similar works to Emscripten - ok:

Here's what I noticed

- resolv.conf using multiple DNS servers
options timeout:22 attempts:5
nameserver 8.8.4.4
nameserver 208.67.222.222
nameserver 9.9.9.9
nameserver 1.1.1.1

- getaddrinfo with no hints, so that IPV6 and IPV4 is resolved
void socketstest1_client_dnsonly(void) {

struct addrinfo hints, * res;
memset(&hints, 0, sizeof(hints));
printf("begin lookup1...\n");
if (getaddrinfo("www.web.de", "80", &hints, &res) != 0) {
perror("getaddrinfo1");
}
printf("begin lookup2...\n");
if (getaddrinfo("www.google.de", "80", &hints, &res) != 0) {
perror("getaddrinfo2");
}
printf("begin lookup3...\n");
if (getaddrinfo("www.google.com", "80", &hints, &res) != 0) {
perror("getaddrinfo3");
}

}

When repeating socketstest1_client_dnsonly often, it appears that IPV6
answers for IPV4 requests to another server [or vice-versa] responses can
get mixed up and getaddrinfo reports sometimes only an error where none is.

Below is a console dump of my test where you see the critical situation
(end)
8.8.4.4:53 was queried, 9.9.9.9:53 responded for a (different IP Proto),
resulting in error getaddrinfo1: Address in use

This happens in about 1/100 tests. When you specify IPV4 or IPV6 in hints,
this issue does NOT show up.
Many Thanks
Sascha

Console Data Dump:

__syscall_recv begin EP[8.8.4.4:53]
__syscall_recv'd_internal [020000350808040400000000000000008.8.4.4:53]
f79e818000010001000000000377777706676f6f676c6503636f6d00001c0001c00c001c00010000004800102a0014504001081200000000000020040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
connect:0200ffff8efaba240000000000000000
connect:0a00ffff000000002a00145040010812000000000000200400000000
begin lookup1...
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
08740100000100000000000003777777037765620264650000010001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
08740100000100000000000003777777037765620264650000010001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
08740100000100000000000003777777037765620264650000010001
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
087401000001000000000000037777770377656202646500001c0001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
087401000001000000000000037777770377656202646500001c0001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
087401000001000000000000037777770377656202646500001c0001
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000009.9.9.9:53]
08748180000100020000000003777777037765620264650000010001c00c000500010000011a000f0377777708672d68612d776562c014c028000100010000000c000452a5e58a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
recv: no data
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000009.9.9.9:53]
087481800001000100010000037777770377656202646500001c0001c00c00050001000000fb000f0377777708672d68612d776562c014c02c00060001000000210031036e733102706f0675692d646e73c0140a686f73746d6173746572c04378860f1200002a3000000e1000093a800000003c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
begin lookup2...
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
4920010000010000000000000377777706676f6f676c650264650000010001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
4920010000010000000000000377777706676f6f676c650264650000010001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
4920010000010000000000000377777706676f6f676c650264650000010001
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
4920010000010000000000000377777706676f6f676c6502646500001c0001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
4920010000010000000000000377777706676f6f676c6502646500001c0001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
4920010000010000000000000377777706676f6f676c6502646500001c0001
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000008.8.4.4:53]
4920818000010001000000000377777706676f6f676c650264650000010001c00c00010001000000b200048efabaa3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
__syscall_recv begin EP[8.8.4.4:53]
__syscall_recv'd_internal [020000350808040400000000000000009.9.9.9:53]
4920818000010001000000000377777706676f6f676c650264650000010001c00c00010001000000ad00048efab9e3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
begin lookup3...
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
9308010000010000000000000377777706676f6f676c6503636f6d0000010001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
9308010000010000000000000377777706676f6f676c6503636f6d0000010001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
9308010000010000000000000377777706676f6f676c6503636f6d0000010001
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
9308010000010000000000000377777706676f6f676c6503636f6d00001c0001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
9308010000010000000000000377777706676f6f676c6503636f6d00001c0001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
9308010000010000000000000377777706676f6f676c6503636f6d00001c0001
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000009.9.9.9:53]
9308818000010001000000000377777706676f6f676c6503636f6d0000010001c00c000100010000009f00048efab9440000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
recv: no data
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000009.9.9.9:53]
9308818000010001000000000377777706676f6f676c6503636f6d00001c0001c00c001c00010000002400102a0014504001082900000000000020040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
connect:0200ffff8efab9440000000000000000
connect:0a00ffff000000002a00145040010829000000000000200400000000
begin lookup1...
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
dcf00100000100000000000003777777037765620264650000010001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
dcf00100000100000000000003777777037765620264650000010001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
dcf00100000100000000000003777777037765620264650000010001
__syscall_send_internal 020000350808040400000000000000008.8.4.4:53]
dcf001000001000000000000037777770377656202646500001c0001
__syscall_send_internal 02000035d043dede0000000000000000208.67.222.222:53]
dcf001000001000000000000037777770377656202646500001c0001
__syscall_send_internal 020000350909090900000000000000009.9.9.9:53]
dcf001000001000000000000037777770377656202646500001c0001
__syscall_recv begin EP[0.0.0.0:0]
__syscall_recv'd_internal [020000000000000000000000000000008.8.4.4:53]
dcf081800001000100010000037777770377656202646500001c0001c00c00050001000000fa000f0377777708672d68612d776562c014c02c000600010000000f0031036e733102706f0675692d646e73c0140a686f73746d6173746572c04378860f1200002a3000000e1000093a800000003c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
__syscall_recv begin EP[8.8.4.4:53]
__syscall_recv'd_internal [020000350808040400000000000000009.9.9.9:53]
dcf081800001000100010000037777770377656202646500001c0001c00c0005000100000129000f0377777708672d68612d776562c014c02c000600010000000e0031036e733102706f0675692d646e73c0140a686f73746d6173746572c04378860f1200002a3000000e1000093a800000003c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
getaddrinfo1: Address in use

[-- Attachment #2: Type: text/html, Size: 18545 bytes --]

             reply	other threads:[~2022-05-31 10:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 10:24 Sascha Braun [this message]
2022-06-01 14:14 ` Rich Felker
2022-06-01 20:35   ` Sascha Braun
2022-06-01 21:30     ` Rich Felker
2022-06-01 21:52       ` Sascha Braun
2022-06-02 14:25         ` Rich Felker
2022-06-02 22:28           ` Sascha Braun
2022-06-03 12:27             ` Rich Felker
2022-06-03 12:34               ` Rich Felker
2022-06-03 13:44                 ` Sascha Braun
2022-06-05 18:14                 ` Sascha Braun
2022-06-05 18:47                   ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALATqHnJosLVd71_heHmiKqctO5y=GYC+Nf9_gh-hoLk0nQEeQ@mail.gmail.com' \
    --to=sascha.braun.lpz@googlemail.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).