SHA256
6
0
forked from pool/glibc

Accepting request 237680 from home:Andreas_Schwab:Factory

- psfaa.patch: copy filename argument in posix_spawn_file_actions_addopen
  (CVE-2014-4043, bnc#882600, BZ #17048)

- glibc-memset-nontemporal.diff: Speedup memset on x86_64
  (bnc#868622, BZ #16830)

OBS-URL: https://build.opensuse.org/request/show/237680
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=368
This commit is contained in:
2014-06-17 10:58:27 +00:00
committed by Git OBS Bridge
parent b640147c97
commit d604827ae2
8 changed files with 233 additions and 0 deletions

View File

@@ -256,6 +256,8 @@ Patch1010: ibm-long-double-frexpl.patch
Patch1011: aarch64-setcontext.patch
# PATCH-FIX-UPSTREAM Fix unbound stack use in NIS NSS module (BZ #16932)
Patch1012: nss-nis-stack-use.patch
# PATCH-FIX-UPSTREAM posix_spawn_file_actions_addopen needs to copy the path argument (BZ #17048)
Patch1013: psfaa.patch
###
# Patches awaiting upstream approval
@@ -270,6 +272,8 @@ Patch2002: ldd-system-interp.patch
Patch2003: abort-no-flush.patch
# PATCH-FIX-UPSTREAM Properly handle forced elision in pthread_mutex_trylock (BZ #16657)
Patch2004: pthread-mutex-trylock-elision.patch
# PATCH-FIX-UPSTREAM Speedup memset on x86-64 for large block sizes (BZ #16830)
Patch2005: glibc-memset-nontemporal.diff
# Non-glibc patches
# PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -483,12 +487,14 @@ rm nscd/s-stamp
%patch1010 -p1
%patch1011 -p1
%patch1012 -p1
%patch1013 -p1
%patch2000 -p1
%patch2001 -p1
%patch2002 -p1
%patch2003 -p1
%patch2004 -p1
%patch2005 -p1
%patch3000