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: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8AFE91F8C6 for ; Mon, 2 Aug 2021 00:53:33 +0000 (UTC) Received: from localhost ([::1]:56554 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAMCy-00039n-CK for normalperson@yhbt.net; Sun, 01 Aug 2021 20:53:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAMCu-00039K-Pg for bug-gnulib@gnu.org; Sun, 01 Aug 2021 20:53:28 -0400 Received: from mail-wm1-f45.google.com ([209.85.128.45]:34648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAMCt-0008Ku-3l for bug-gnulib@gnu.org; Sun, 01 Aug 2021 20:53:28 -0400 Received: by mail-wm1-f45.google.com with SMTP id l4-20020a05600c1d04b02902506f89ad2dso10705343wms.1 for ; Sun, 01 Aug 2021 17:53:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mL5kM0SRHpohY+y/BRGhQaeRnkpc00X6Jnl5+gUhyiE=; b=QziK/fAqHECQm4GRLE7RexbgNISROKJ2GzFvFfQxnnHGvNPoOoQ5EGBYxf6AmrzFSu 3XlsnZc8zqWRIJCHV1WI+oGA0YIVQo4rgmXnIUn5PT52vJtLPPHV+7UAhcWsJgcQtvvQ bU4rxPfO83ZwaUS06QduZPVlNC8ZodIACIvsoa/PJiJiUbUXzd7vIh7wjAlCK9sdW36S y4Ft/700+6/tDCqfup5pdC/SahQiC+ggVv61doW6TFI2Y93Vv11QKrF2AkTeS73TtzGi isGGKiv8lcx9pH2CIx6+XSyCSMvzTdhKFkBgAbCnwDQoSinxSJ39i01jeyfiWFQMppaU HLNA== X-Gm-Message-State: AOAM533KGrDVS0sUq5LPv2cXr+VGzyJaryW03xQFBmjjarhEcVm93oVh P0sCsWAsUeZ2ocd0GxNJ230S1r3shhSWf2MrcEA= X-Google-Smtp-Source: ABdhPJzyl3g1r9dv6Vtix0+fexqvCKfkoNAt0RFwqu/mPNI2LQVNxvVB4JUpxh6SqLGYfH7OizgE/aDHtq/+7IrB89w= X-Received: by 2002:a05:600c:354e:: with SMTP id i14mr13946885wmq.96.1627865605392; Sun, 01 Aug 2021 17:53:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jim Meyering Date: Sun, 1 Aug 2021 17:53:13 -0700 Message-ID: Subject: Re: any pending fixes? preparing for diffutils release To: Paul Eggert Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.128.45; envelope-from=meyering@gmail.com; helo=mail-wm1-f45.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.248, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gnulib bugs Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Sun, Aug 1, 2021 at 3:15 PM Paul Eggert wrote: > I've recently been improving some GCC-based static analysis in Gnulib, Welcome changes. Thanks! > and syncing from Gnulib to diffutils meant that you have a bit of a > work-in-progress there. I plan to make further such changes soon. No problem, of course. > The Gnulib work already installed is conservative and I see no harm in > releasing what we've got in diffutils now. I'm sending this email mainly > to give you a heads-up that more Gnulib changes are coming. > > FWIW attached are the diffutils patches I have so far. They assume the > abovementioned Gnulib work-in-progress and this should not be installed > in diffutils yet. Most likely more minor diffutils patches will be > needed once I've finished the Gnulib changes I have in mind. > > Until today I've been using the Gnulib work-in-progress on grep rather > than on diffutils. I've found one memory leak there and hope to find > more bugs - after all, that's the point of all this. I didn't find any > diffutils bugs in my brief run-through today. Good. Thanks again.