Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-utils | Distribution: Mageia |
Version: 2.32 | Vendor: Mageia.Org |
Release: 28.mga8 | Build date: Fri Jul 1 22:42:34 2022 |
Group: Development/Other | Build host: localhost |
Size: 97590 | Source RPM: glibc-2.32-28.mga8.src.rpm |
Packager: tmb <tmb> | |
Url: https://www.gnu.org/software/libc/ | |
Summary: Development utilities from GNU C library |
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.
LGPL
* Fri Jul 01 2022 tmb <tmb> 6:2.32-28.mga8 + Revision: 1867065 - linux: Fix mq_timereceive check for 32 bit fallback code [BZ #29304] - update syscall list for linux 5.11-5.15 - string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755] - x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896] - x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896] - x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c - NEWS: Add a bug fix entry for [BZ #28896] - gconv: Do not emit spurious NUL character in ISO-2022-JP-3 [BZ #28524] - x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ #28755] - x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMP - x86-64: Add ifunc-avx2.h functions with 256-bit EVEX - x86-64: Add strcpy family functions with 256-bit EVEX - x86-64: Add memmove family functions with 256-bit EVEX - x86-64: Add memset family functions with 256-bit EVEX - x86-64: Add memcmp family functions with 256-bit EVEX - x86-64: Add AVX optimized string/memory functions for RTM - x86: Add string/memory function tests in RTM region - x86-64: Use ZMM16-ZMM31 in AVX512 memset family functions - x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functions - test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655] - test-strnlen.c: Check that strnlen won't go beyond the maximum length - x86: Optimize memchr-avx2.S - x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974] - x86: Optimize strlen-avx2.S - x86: Optimize memchr-evex.S - x86-64: Fix an unknown vector operation in memchr-evex.S - x86-64: Move strlen.S to multiarch/strlen-vec.S - x86-64: Add wcslen optimize for sse4.1 - x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974] - x86: Optimize strlen-evex.S - String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974] - x86-64: Require BMI2 for __strlen_evex and __strnlen_evex - x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033] - x86: Black list more Intel CPUs for TSX [BZ #27398] - x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064] - x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064] - fix CVE-2021-3999 (mga#29935) - socket: Add the __sockaddr_un_set function - CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" [BZ #22542] - sunrpc: Test case for clnt_create "unix" buffer overflow [BZ #22542] - CVE-2022-23218: Buffer overflow in sunrpc svcunix_create [BZ #28768] - regex: fix buffer read overrun in search [BZ#28470] - nptl: Do not set signal mask on second setjmp return [BZ #28607] - elf: Replace nsid with args.nsid [BZ #27609] - x86_64: Remove unneeded static PIE check for undefined weak diagnostic - librt: add test [BZ #28213] - sysvipc: Fix tst-sysvshm-linux on x32 - linux: Remove shmmax check from tst-sysvshm-linux - posix: Correct attribute access mode on readlinkat [BZ #27024]. - Fix failing nss/tst-nss-files-hosts-long with local resolver - posix: Fix attribute access mode on getcwd [BZ #27476] - librt: fix NULL pointer dereference [BZ# 28213] - wordexp: handle overflow in positional parameter number [BZ #28011] - fix %transfiletriggerin for running ldconfig (mga#28797) - run ldconfig via %transfiletriggerpostun also when removing libs (mga#28797) - run %transfiletrigger(in|postun) ldconfig for all files in lib directories to avoid broken pipe msg (mga#28797) - Use __pthread_attr_copy in mq_notify [BZ #27896] - Fix use of __pthread_attr_copy in mq_notify [BZ #27896] - support: Add capability to fork an sgid child - tst-env-setuid: Use support_capture_subprogram_self_sgid - Enhance setuid-tunables test - Fix SXID_ERASE behavior in setuid programs [BZ#27471] - support: Pass environ to child process - support: Typo and formatting fixes - nscd: Fix double free in netgroupcache [BZ #27462] (CVE-2021-27645) * Sun Jan 31 2021 tmb <tmb> 6:2.32-14.mga8 + Revision: 1674208 - rebuild with new binutils / gcc * Thu Jan 28 2021 tmb <tmb> 6:2.32-12.mga8 + Revision: 1673800 - gconv: Fix assertion failure in ISO-2022-JP-3 module [BZ #27256] * Fri Jan 22 2021 tmb <tmb> 6:2.32-11.mga8 + Revision: 1672828 - aarch64: Fix missing BTI protection from dependencies [BZ #26926] - aarch64: align address for BTI protection [BZ #26988] -elf: Move note processing after l_phdr is updated - elf: Pass the fd to note processing - aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] - __vfscanf_internal: fix aliasing violation [BZ #26690] - aarch64: fix static PIE start code for BTI [BZ #27068] * Thu Jan 14 2021 tmb <tmb> 6:2.32-10.mga8 + Revision: 1671756 - tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 - x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] - x86: Check IFUNC definition in unrelocated executable [BZ #20019] * Mon Jan 04 2021 tmb <tmb> 6:2.32-9.mga8 + Revision: 1668870 - aarch64: fix stack missing after sp is updated - x86-64: Avoid rep movsb with short distance [BZ #27130] * Fri Dec 25 2020 tmb <tmb> 6:2.32-8.mga8 + Revision: 1663698 - revert enabling SELinux + oden <oden> - enable SELinux * Mon Dec 21 2020 tmb <tmb> 6:2.32-7.mga8 + Revision: 1662564 - Fix buffer overrun in EUC-KR conversion module [bz #24973] - update syscall list for linux 5.10 * Sat Dec 12 2020 tmb <tmb> 6:2.32-6.mga8 + Revision: 1655850 - Fix parsing of /sys/devices/system/cpu/online [BZ #25859] - Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request - malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] * Wed Dec 09 2020 tmb <tmb> 6:2.32-5.mga8 + Revision: 1654770 - iconv: Fix incorrect UCS4 inner loop bounds [BZ #26923] (CVE-2020-29562) - glibc-devel: drop deps on libtirpc and libnsl as they dont really help fixing anything * Wed Dec 02 2020 tmb <tmb> 6:2.32-4.mga8 + Revision: 1651569 - iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] (CVE-2020-27618) * Thu Nov 26 2020 tmb <tmb> 6:2.32-3.mga8 + Revision: 1649550 - linux: Allow adjtime with NULL argument [BZ #26833] - sync in glibc-2.32 branch - update to 2.32 - rebase P27 - update filelists - add fixes from upstream 2.32 branch - drop upstream removed --enable-obsolete-rpc, --enable-obsolete-nsl build flags - glibc-devel: require libtirpc and libnsl to simplify transition to glibc 2.32 - Use O_CLOEXEC in sysconf [BZ #26791] * Mon Nov 16 2020 tmb <tmb> 6:2.31-17.mga8 + Revision: 1646717 - aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] * Thu Nov 05 2020 ghibo <ghibo> 6:2.31-16.mga8 + Revision: 1642869 - Sync latest patches with upstream git (optimizations for memcpy for Zen Arch) * Fri Oct 16 2020 ghibo <ghibo> 6:2.31-15.mga8 + Revision: 1636366 - Merge latest patches from 2.31 branch (fixes for AArch64) * Sun Aug 16 2020 ghibo <ghibo> 6:2.31-14.mga8 + Revision: 1614446 - Rebuild for core/release from updates_testing * Sat Aug 08 2020 ghibo <ghibo> 6:2.31-13.mga8 + Revision: 1612001 - Add more patches from upstream 2.31 branch.
/lib/libmemusage.so /lib/libpcprofile.so /usr/bin/memusage /usr/bin/memusagestat /usr/bin/mtrace /usr/bin/pcprofiledump /usr/bin/xtrace /usr/lib/.build-id /usr/lib/.build-id/25/8eef28dd961fe609f6c03e16d2ada29c3237ee /usr/lib/.build-id/38 /usr/lib/.build-id/38/3ef98c7696ba7e8bc7a5e37ba26762e64ef422 /usr/lib/.build-id/78/80e2430b12417488e733135a6d770c29b21adc /usr/lib/.build-id/a8/2f0370dfed949b3cdc9f22de05c692f6a6eac0
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 08:20:58 2024