From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 486981F5AE for ; Thu, 17 Jun 2021 09:28:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231570AbhFQJau (ORCPT ); Thu, 17 Jun 2021 05:30:50 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:52428 "EHLO smtp.hosts.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231511AbhFQJat (ORCPT ); Thu, 17 Jun 2021 05:30:49 -0400 Received: from host-78-147-180-220.as13285.net ([78.147.180.220] helo=[192.168.1.37]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1ltoKG-0000DJ-5s; Thu, 17 Jun 2021 10:28:40 +0100 Subject: Re: [PATCH 0/3] Fix uninitialised reads found with MSAN To: Andrzej Hunt via GitGitGadget , git@vger.kernel.org Cc: Andrzej Hunt References: From: Philip Oakley Message-ID: <1966d581-5a02-bd28-0700-c1eb4c833d1e@iee.email> Date: Thu, 17 Jun 2021 10:28:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-GB Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 10/06/2021 17:48, Andrzej Hunt via GitGitGadget wrote: > This can be worked around with an annotation in zlib (which I'm trying to > submit upstream at [1]) > Andrzej > > [1] https://github.com/madler/zlib/pull/561 Andrzey, Just had a look at the zlib PR and it has CI check failure asking for extra info. Philip