From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by sourceware.org (Postfix) with ESMTPS id B45CA3858C78 for ; Thu, 27 Jan 2022 04:24:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B45CA3858C78 Received: by mail-pj1-x1031.google.com with SMTP id g9-20020a17090a67c900b001b4f1d71e4fso1668596pjm.4 for ; Wed, 26 Jan 2022 20:24:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=Y4Ocn94Hw7htIqCSOp0QIaRvAx73pCu6U/lz6kirGZE=; b=UeUhME/sqyEgYKzPX+Z9SZ3zegpmvY9e7+sCPDpOqgEnUzSOFgVZYtVMweTnehh46y WGkgvYX1yeoIy/Uin7FnyeJyGsFe0QYX2x3uzdRVHcjWsuMD56vSsIawQrhnHQXRH+79 pXZLDDOBsuwQ0egTPxZjJHsB+84AwDl/WS094tKrzr1YPvo+up4OictERxwobM6wWpXA 47975UgMYaQ5g/rcP2YBrVTKgjGfveyQ9ypiwGpGK93Ec6vq4CFrJnPnVZb4HTIumNY9 SKZ1SsvGYbNODD3odVjXA8fRkUh1WTBTDNZBBThK4s3dXe0UBa8ITmig1n+pld8nUaoU 7Ylg== X-Gm-Message-State: AOAM533kTuelEnpGIWlxyfgExYuXd3sx8gvLY8/oP6NLRd0S5JaWcc/4 BEkX+ltStBXfBLI9lwS0zVkOQLGA3F0= X-Google-Smtp-Source: ABdhPJxvmPpyfKNb4PP53Y/ypHH1k3S2i/00B685fXoEuxisecqdUG2Q7kkJKjP8pV6c62elBNYgkA== X-Received: by 2002:a17:90a:15cf:: with SMTP id w15mr2309609pjd.79.1643257439531; Wed, 26 Jan 2022 20:23:59 -0800 (PST) Received: from gnu-tgl-3.localdomain ([172.58.35.133]) by smtp.gmail.com with ESMTPSA id 12sm2913966pjd.33.2022.01.26.20.23.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 20:23:59 -0800 (PST) Received: from gnu-tgl-2.localdomain (gnu-tgl-2 [192.168.1.42]) by gnu-tgl-3.localdomain (Postfix) with ESMTPS id ABC29C00C2 for ; Wed, 26 Jan 2022 20:23:56 -0800 (PST) Received: by gnu-tgl-2.localdomain (Postfix, from userid 1000) id 7C985300499; Wed, 26 Jan 2022 20:23:55 -0800 (PST) Date: Wed, 26 Jan 2022 20:23:55 -0800 From: "H.J. Lu" To: libc-stable@sourceware.org Subject: [2.34][PATCH] NEWS: Add a bug entry for BZ #28755 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3028.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-stable@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-stable mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2022 04:24:02 -0000 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index c063c78b15..daeb066419 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,7 @@ The following bugs are resolved with this release: [28704] elf/tst-cpu-features-cpuinfo fails for KVM guests on some AMD systems [28707] assert in tzfile.c __tzfile_read striking with truncated timezones [28744] A64FX string functions are selected without SVE HWCAP + [28755] overflow bug in wcsncmp_avx2 and wcsncmp_evex [28771] %ebx optimization macros are incompatible with .altmacro [28768] CVE-2022-23218: Buffer overflow in sunrpc svcunix_create [28769] CVE-2021-3999: Off-by-one buffer overflow/underflow in getcwd() -- 2.34.1