elf: Properly align PT_LOAD segments
It introduces four patches about aligning PT_LOAD segments and update to glibc-2.28-164.0.1.el8. Signed-off-by: Rongwei Wang <rongwei.wang@linux.alibaba.com>
This commit is contained in:
parent
590c0d4d48
commit
16d0cc6441
7 changed files with 869 additions and 1 deletions
13
glibc.spec
13
glibc.spec
|
@ -1,6 +1,7 @@
|
|||
%define anolis_release .0.1
|
||||
%define glibcsrcdir glibc-2.28
|
||||
%define glibcversion 2.28
|
||||
%define glibcrelease 164%{?dist}.3
|
||||
%define glibcrelease 164%{anolis_release}%{?dist}.3
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
|
@ -732,6 +733,13 @@ Patch595: glibc-rh2045062-3.patch
|
|||
Patch596: glibc-rh2045062-4.patch
|
||||
Patch597: glibc-rh2045062-5.patch
|
||||
|
||||
Patch1000: glibc-Properly-check-stack-alignment-BZ-27901.patch
|
||||
Patch1001: glibc-elf-Properly-align-PT_LOAD-segments-BZ-28676-1.patch
|
||||
Patch1002: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
|
||||
Patch1003: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
|
||||
Patch1004: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
|
||||
Patch1005: glibc-elf-Fix-tst-align3.patch
|
||||
|
||||
##############################################################################
|
||||
# Continued list of core "glibc" package information:
|
||||
##############################################################################
|
||||
|
@ -2643,6 +2651,9 @@ fi
|
|||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Mar 21 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-164.0.1.3
|
||||
- elf: Properly align PT_LOAD segments
|
||||
|
||||
* Thu Jan 27 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.3
|
||||
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak
|
||||
(#2032280)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue