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.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11144 invoked from network); 19 Jul 2022 02:48:22 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 19 Jul 2022 02:48:22 -0000 Received: (qmail 32501 invoked by uid 550); 19 Jul 2022 02:48:18 -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 32460 invoked from network); 19 Jul 2022 02:48:18 -0000 Date: Mon, 18 Jul 2022 22:48:04 -0400 From: Rich Felker To: "ronmacdonald@northwesternmutual.com" Cc: "musl@lists.openwall.com" Message-ID: <20220719024804.GA7074@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] Re: Bug in getaddrinfo causing spurious returns with wrong On Mon, Jul 18, 2022 at 09:02:25PM +0000, ronmacdonald@northwesternmutual.com wrote: > Our business is being impacted by this bug submitted on Nov 2021: > https://www.openwall.com/lists/musl/2021/11/23/2 > > It appears the release 1.2.3 (April 7, 2022) does not contain the > fix. Is there way to find out when/if a fix would be released? Thanks for pointing this out. It seems I overlooked it. I'll check it over again and merge it soon as long as I don't see any problem. Rich