| Name: | glibc-utils |
|---|---|
| Version: | 2.17 |
| Release: | 260.0.17.el7_6.6 |
| Architecture: | x86_64 |
| Group: | Development/Tools |
| Size: | 52510 |
| License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ |
| RPM: | glibc-utils-2.17-260.0.17.el7_6.6.x86_64.rpm |
| Source RPM: | glibc-2.17-260.0.17.el7_6.6.src.rpm |
| Build Date: | Fri Jun 07 2019 |
| Build Host: | x86-ol7-builder-03.us.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. |
- 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: Jose E. Marchesi <jose.marchesi@oracle.com>
- Modify glibc-ora28849085.patch so it works with RHCK kernels.
Orabug 28849085.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
- Use NLM_F_SKIP_STATS in uek2 and RTEXT_FILTER_SKIP_STATS in uek4 in getifaddrs.
- Orabug 28849085
- Reviewed-by: Patrick McGehearty <patrick.mcgehearty@oracle.com>
- Mention CVE numbers in the .spec file for CVE-2015-8983 and CVE-2015-8984.
- Orabug 25558067.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
- Regenerate plural.c
- OraBug 28806294.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- intl: Port to Bison 3.0
- Backport of upstream gettext commit 19f23e290a5e4a82b9edf9f5a4f8ab6192871be9
- OraBug 28806294.
- Reviewed-by: Patrick McGehearty <patrick.mcgehearty@oracle.com>
- Fix dbl-64/wordsize-64 remquo (bug 17569).
- Backport of upstream d9afe48d55a412e76b0dcb28335fd4b390fe07ae
- OraBug 19570749.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- libio: Disable vtable validation in case of interposition.
- Backport of upstream c402355dfa7807b8e0adb27c009135a7e2b9f1b0.
- OraBug 28483336
- Add MAP_SHARED_VALIDATE and MAP_SYNC flags to
- sysdeps/unix/sysv/linux/x86/bits/mman.h
- OraBug 28389572
- Update bits/siginfo.h with Linux hwpoison SIGBUS changes.
- Adds new SIGBUS error codes for hardware poison signals, syncing with
the current kernel headers (v3.9).
- It also adds si_trapno field for alpha.
- New values: BUS_MCEERR_AR, BUS_MCEERR_AO
- OraBug 28124569
- Backport libio vtable validation improvements (#1705899)
- Use versioned Obsoletes: for nss_db (#1704593)
- ja_JP: Add new Japanese Era name (#1693152)
- elf: Fix data race in _dl_profile_fixup (#1661242)
- aarch64: Disable lazy symbol binding of TLSDESC (#1661244)
- Update glibc-rh1560641.patch to initialize pad outside the conditional eliminating an uninitialized byte warning from valgrind. (#1560641)
- Correctly set errno when send() fails on i686 (#1550080)
- Fix dynamic string token substitution in DT_RPATH etc. (#1447808, #1540480) - Additional robust mutex fixes (#1401665)
- Improve process-shared robust mutex support (#1401665)