Backport: Implement test to verify dynamic linker behaves correctly in case of hash collision for the symbol name and symbol version.

Resolves: RHEL-58979
This commit is contained in:
Frédéric Bérat 2025-01-08 17:32:38 +01:00
parent dcd1aa0255
commit 4086c82030
2 changed files with 1530 additions and 0 deletions

1527
glibc-RHEL-58979.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1051,6 +1051,7 @@ Patch743: glibc-RHEL-70395-2.patch
Patch744: glibc-RHEL-68850-1.patch
Patch745: glibc-RHEL-68850-2.patch
Patch746: glibc-RHEL-61568.patch
Patch747: glibc-RHEL-58979.patch
##############################################################################
# Continued list of core "glibc" package information:
@ -3062,6 +3063,8 @@ update_gconv_modules_cache ()
- Backport pthread_getcpuclockid tests (RHEL-70395)
- Backport: Debug/tst-longjmp_chk3 needs to be enabled (RHEL-68850)
- Backport: Improve pthread_spin_trylock test coverage (RHEL-61568)
- Backport: Implement test to verify dynamic linker behaves correctly in case
of hash collision for the symbol name and symbol version. (RHEL-58979)
* Thu Dec 19 2024 DJ Delorie <dj@redhat.com> - 2.34-148
- Increase ungetc test coverage, guarantee single char pushback (RHEL-46738)