forked from pool/glibc
Accepting request 228414 from home:Andreas_Schwab:Factory
- ppc64-copysign.patch: Fix ppc64le copysign overwriting parent stack frame (BZ #16786) - aarch64-setcontext.patch: Fix aarch64 setcontext clobbering alternate signal stack (BZ #16629) OBS-URL: https://build.opensuse.org/request/show/228414 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=351
This commit is contained in:
@@ -244,6 +244,8 @@ Patch1004: powerpc-opt-power8.patch
|
||||
Patch1005: check-pf-alloca.patch
|
||||
# PATCH-FIX-UPSTREAM Fix use of half-initialized result in getaddrinfo when using nscd
|
||||
Patch1006: getaddrinfo-uninit-result.patch
|
||||
# PATCH-FIX-UPSTREAM Fix ppc64le copysign overwriting parent stack frame (BZ #16786)
|
||||
Patch1007: ppc64-copysign.patch
|
||||
|
||||
###
|
||||
# Patches awaiting upstream approval
|
||||
@@ -258,6 +260,8 @@ Patch2002: ldd-system-interp.patch
|
||||
Patch2003: abort-no-flush.patch
|
||||
# PATCH-FIX-UPSTREAM Skip checks in pthread_mutex_destroy when doing elision
|
||||
Patch2004: pthread-mutex-destroy.patch
|
||||
# PATCH-FIX-UPSTREAM Fix aarch64 setcontext clobbering alternate signal stack (BZ #16629)
|
||||
Patch2005: aarch64-setcontext.patch
|
||||
|
||||
# Non-glibc patches
|
||||
# PATCH-FIX-OPENSUSE Remove debianisms from manpages
|
||||
@@ -465,12 +469,14 @@ rm nscd/s-stamp
|
||||
%patch1004 -p1
|
||||
%patch1005 -p1
|
||||
%patch1006 -p1
|
||||
%patch1007 -p1
|
||||
|
||||
%patch2000 -p1
|
||||
%patch2001 -p1
|
||||
%patch2002 -p1
|
||||
%patch2003 -p1
|
||||
%patch2004 -p1
|
||||
%patch2005 -p1
|
||||
|
||||
%patch3000
|
||||
|
||||
|
Reference in New Issue
Block a user