From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 3C9753858D38; Wed, 1 Feb 2023 01:12:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C9753858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675213948; bh=mTf5Taz1Xu9uft6Eu/BzPSaDLu8O6LxlLgeX0PyfT4E=; h=From:To:Subject:Date:From; b=i6IOeG+xItCZaXkeyPnXnIIYXlj01fpEfqkOE6ivkUMGizQcjAt5R2mgHh5QIqQ54 k3oxBPJkYX9tnpMXs3xVKXVfPtESijh5eYGrnWKsHqLGu9qrZWeibWU03yj5wYdsF7 X5gnhkkziyky38PihRIBfgghS6xR/qxR4U0+DMpc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] Update NEWS file with bug fixes. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: b01f9769004dc651f2174c1ba5154afc85d8b8a1 X-Git-Newrev: 01b9668c34ffe150efaae02bf79e68a987c86480 Message-Id: <20230201011228.3C9753858D38@sourceware.org> Date: Wed, 1 Feb 2023 01:12:28 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=01b9668c34ffe150efaae02bf79e68a987c86480 commit 01b9668c34ffe150efaae02bf79e68a987c86480 Author: Carlos O'Donell Date: Tue Jan 31 17:00:58 2023 -0500 Update NEWS file with bug fixes. Diff: --- NEWS | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 5c276dacb3..ad5196a5f1 100644 --- a/NEWS +++ b/NEWS @@ -21,10 +21,6 @@ Deprecated and removed features, and other changes affecting compatibility: corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP search mechanism, which was deprecated in version 2.33. -Changes to build and runtime requirements: - - [Add changes to build and runtime requirements here] - Security related changes: CVE-2022-39046: When the syslog function is passed a crafted input @@ -34,8 +30,81 @@ Security related changes: The following bugs are resolved with this release: - [The release manager will add the list generated by - scripts/list-fixed-bugs.py just before the release.] + [12154] network: Cannot resolve hosts which have wildcard aliases + [12165] libc: readdir: Do not skip entries with zero d_ino values + [19444] build: build failures with -O1 due to -Wmaybe-uninitialized + [24774] nptl: pthread_rwlock_timedwrlock stalls on ARM + [24816] nss: nss/tst-nss-files-hosts-long fails when no interface has + AF_INET6 address (ie docker) + [27087] stdio: PowerPC: Redefinition error with Clang from IEEE + redirection headers + [28846] network: CMSG_NXTHDR may trigger -Wstrict-overflow warning + [28937] dynamic-link: New DSO dependency sorter does not put new map + first if in a cycle + [29249] libc: csu/libc-tls.c:202: undefined reference to + `_startup_fatal_not_constant' + [29305] network: Inefficient buffer space usage in nss_dns for + gethostbyname and other functions + [29375] libc: don't hide MAP_ANONYMOUS behind _GNU_SOURCE + [29402] nscd: nscd: No such file or directory + [29415] nscd: getaddrinfo with AI_ADDRCONFIG returns addresses with + wrong family + [29427] dynamic-link: Inconsistency detected by ld.so: dl-printf.c: + 200: _dl_debug_vdprintf: Assertion `! "invalid format specifier"' + failed! + [29463] math: math/test-float128-y1 fails on x86_64 + [29485] build: Make hangs when the test misc/tst-pidfile returns + FAIL_UNSUPPORTED + [29490] dynamic-link: [bisected] new __brk_call causes dynamic loader + segfault on alpha + [29499] build: Check failed on misc/tst-glibcsyscalls while building + for RISCV64 on a unmatched hardware + [29501] build: Check failed on stdlib/tst-strfrom while building for + RISCV64 on a unmatched hardware + [29502] libc: alpha sys/acct.h out of date + [29514] build: Need to use -fPIE not -fpie + [29528] dynamic-link: __libc_early_init not called after dlmopen that + reuses namespace + [29536] libc: syslog fail to create large messages (CVE-2022-39046) + [29537] libc: [2.34 regression]: Alignment issue on m68k when using + futexes on qemu-user + [29539] libc: LD_TRACE_LOADED_OBJECTS changed how vDSO library are + printed + [29544] libc: Regression in syslog(3) calls breaks RFC due to extra + whitespace + [29564] build: Incorrect way to change MAKEFLAGS in Makerules + [29576] build: librtld.os: in function `_dl_start_profile': + (.text+0x9444): undefined reference to `strcpy' + [29578] libc: Definition of SUN_LEN() is wrong + [29583] build: iconv failures on 32bit platform due to missing large + file support + [29600] dynamic-link: dlmopen hangs after loading certain libraries + [29604] localedata: Update locale data to Unicode 15.0.0 + [29605] nscd: Regression in NSCD backend of getaddrinfo + [29607] nscd: nscd repeatably crashes calling __strlen_avx2 when hosts + cache is enabled + [29611] string: Optimized AVX2 string functions unconditionally use + BMI2 instructions + [29624] malloc: errno is not cleared when entering main + [29638] libc: stdlib: arc4random fallback is never used + [29657] libc: Incorrect struct stat for 64-bit time on linux/generic + platforms + [29698] build: Configuring for AArch32 on ARMv8+ disables + optimizations + [29727] locale: __strtol_internal out-of-bounds read when parsing + thousands grouping + [29730] libc: broken y2038 support in fstatat on MIPS N64 + [29746] libc: ppoll() does not switch to __ppoll64 when + -D_TIME_BITS=64 and -D_FORTIFY_SOURCE=2 is given on 32bit + [29771] libc: Restore IPC_64 support in sysvipc *ctl functions + [29780] build: possible parallel make issue in glibc-2.36 (siglist- + aux.S: No such file or directory) + [29864] libc: __libc_start_main() should obtain program headers + address (_dl_phdr) from the auxv, not the ELF header. + [29951] time: daylight variable not set correctly if last DST change + coincides with offset change + [30039] stdio: __vsprintf_internal does not handle unspecified buffer + length in fortify mode Version 2.36