Name: | glibc-utils |
---|---|
Version: | 2.28 |
Release: | 189.5.0.1.el8_6 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 53190 |
License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL |
RPM: | glibc-utils-2.28-189.5.0.1.el8_6.x86_64.rpm |
Source RPM: | glibc-2.28-189.5.0.1.el8_6.src.rpm |
Build Date: | Thu Jun 16 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/glibc/ |
Summary: | Development utilities from GNU C library |
Description: | The glibc-utils package contains memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program debugging. If unsure if you need this, don't install this package. |
- Merge errata patches. Reviewed-by: Indu Bhagat <indu.bhagat@oracle.com>
- Increase tempnam randomness (#2093457)
- Fix incorrect strncpy results on POWER9 (#2094540)
- Add missing MACRON to EBCDIC character sets (#2084564)
- timezone: Fix a test that causes occasional build failure (#2073432)
- Merging patch to protect against errno changes in function lookup - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Adding back two Oracle patches. - Update siginfo constants from linux kernel OraBug: 33734528 - Remove limit on MALLOC_MMAP_THRESHOLD tunable Orabug: 29630826 - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Merge of patches for OL 8.6 beta - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com> - Provide glibc.pthread.mutex_spin_count tunable for pthread adaptive - spin mutex Orabug: 27982358. - Reviewed-by: Qing Zhao <qing.zhao@oracle.com> - add Ampere emag to tunable cpu list (Patrick McGehearty) - add optimized memset for emag - add an ASIMD variant of strlen for falkor Orabug: 2700101. - Modify glibc-ora28849085.patch so it works with RHCK kernels. Orabug: 28849085. - Make _IO_funlockfile match __funlockfile and _IO_flockfile match __flockfile - Both should test - if (stream->_flags & _IO_USER_LOCK) == 0) - _IO_lock_lock (*stream->_lock); OraBug: 28481550. Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- nss: Avoid clobbering errno in get*ent via dlopen (#2061727)
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak (#2032281)