From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 526BE3858283; Sat, 23 Dec 2023 17:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 526BE3858283 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703350850; bh=un2L04p8ziXb3lcu0PGpalT9CfKIs9X8OleA96TxPRA=; h=From:To:Subject:Date:From; b=MCjgHUSN8xsRxC+V/aSM/9tpLlh0aeelXIvvXwrh7qmzWd8m6kKrqabs/mU36qt1W YIe4qS2V+cWBZr1pbrzL+LAo+zqZF/iMr4UahtF9GzCcXbWL8wISw3dPFl6Rp6JmRk CgVl1Ve0CPziNYYLxB9u6GZg/lYxGeJFTXtJIMIk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc/release/2.37/master] NEWS: Mention bug fixes for 29039/30745/30843 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.37/master X-Git-Oldrev: d052665f359be24623c0ca0aea8abd372cbefe90 X-Git-Newrev: 0ca9ba3a9e73f3118dafce83e0f0ebba2e247313 Message-Id: <20231223170050.526BE3858283@sourceware.org> Date: Sat, 23 Dec 2023 17:00:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0ca9ba3a9e73f3118dafce83e0f0ebba2e247313 commit 0ca9ba3a9e73f3118dafce83e0f0ebba2e247313 Author: H.J. Lu Date: Sat Dec 23 06:27:50 2023 -0800 NEWS: Mention bug fixes for 29039/30745/30843 Diff: --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 81d986567e..3e7d071557 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,7 @@ The following bugs are resolved with this release: [20975] Deferred cancellation triggers in __check_pf and looses lock leading to deadlock [27576] gmon: improve mcount overflow handling + [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS [29444] gmon: Fix allocated buffer overflow (bug 29444) [30053] time: strftime %s returns -1 after 2038 on 32 bits systems [30101] gmon: fix memory corruption issues @@ -51,7 +52,9 @@ The following bugs are resolved with this release: [30428] AMD cache size computation does not work for some CPUs, hypervisors [30477] libc: [RISCV]: time64 does not work on riscv32 [30515] _dl_find_object incorrectly returns 1 during early startup + [30745] Slight bug in cache info codes for x86 [30842] Stack read overflow in getaddrinfo in no-aaaa mode (CVE-2023-4527) + [30843] potential use-after-free in getcanonname (CVE-2023-4806) [31184] FAIL: elf/tst-tlsgap [31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic