From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,PDS_OTHER_BAD_TLD,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8870 invoked from network); 19 Jul 2021 13:23:12 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 19 Jul 2021 13:23:12 -0000 Received: (qmail 26171 invoked by uid 550); 19 Jul 2021 13:23:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 26151 invoked from network); 19 Jul 2021 13:23:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626700978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EGGylJwJieZxmg9rrlyQbwHgoAoncL5ymPxKqeP5QWQ=; b=XPRBqQbqFnWSvB16Y0WwUv1mqBIV+cH0hXfrS7x0BxaKSo86Sr71ivDzsdlV0Fqwe9CmQJ TwoEqV+EtNQzB6oyr467sweJa9xJ6iOeiep6rG6fbk9RTVtKcX13zKLalxGUlstDvwailc uu29HzLegH8rab6CWOPPOzUFlmIVLXU= X-MC-Unique: k8LAE_tUNjacZYrEUShnGw-1 From: Florian Weimer To: Yuri Kanivetsky Cc: musl@lists.openwall.com References: Date: Mon, 19 Jul 2021 15:22:47 +0200 In-Reply-To: (Yuri Kanivetsky's message of "Mon, 19 Jul 2021 15:58:25 +0300") Message-ID: <878s22xwt4.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=fweimer@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [musl] getaddrinfo() fails for domains with no AAAA records (regression?) * Yuri Kanivetsky: > $ docker run --rm -itv $PWD:/app alpine:3.14 ./app/a.sh > ... > + ./a.out p2.x-yuri.site set_ai_family > AF_INET: 3.67.126.242 > + ./a.out p2.x-yuri.site > getaddrinfo: Name does not resolve p2.x-yuri.site/IN/AAAA queries result in Name Error/NXDOMAIN, so the domain is misconfigured. This error is independent of the record type. Thanks, Florian