From patchwork Fri Jan 12 12:33:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 25364 Received: (qmail 121354 invoked by alias); 12 Jan 2018 12:33:59 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 121344 invoked by uid 89); 12 Jan 2018 12:33:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Date: Fri, 12 Jan 2018 13:33:55 +0100 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Add missing reference to bug 20532 User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20180112123355.6838140374883@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) commit 63b52889c35b367cf20896442203bbe5d123058c Author: Florian Weimer Date: Fri Jan 12 12:15:38 2018 +0100 Add missing reference to bug 20532 diff --git a/ChangeLog b/ChangeLog index eb739177fa..baba58a5b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11658,6 +11658,7 @@ 2017-09-01 Florian Weimer + [BZ #20532] * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS function lookup failures more reliable.