5b108142b5
- Update to glibc 2.18 release * No source change - strcoll-overflow.patch: fix buffer overflow in strcoll (CVE-2012-4412, bnc#779320) - readdir_r-overflow.patch: fix readdir_r with long file names (CVE-2013-4237, bnc#834594) (forwarded request 186872 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/186878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=153
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
Index: glibc-2.17.90/bits/sched.h
|
|
===================================================================
|
|
--- glibc-2.17.90.orig/bits/sched.h
|
|
+++ glibc-2.17.90/bits/sched.h
|
|
@@ -52,7 +52,7 @@ struct __sched_param
|
|
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
|
# define __cpu_set_t_defined
|
|
/* Size definition for CPU sets. */
|
|
-# define __CPU_SETSIZE 1024
|
|
+# define __CPU_SETSIZE 4096
|
|
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
|
|
|
/* Type for array elements in 'cpu_set_t'. */
|
|
Index: glibc-2.17.90/sysdeps/unix/sysv/linux/bits/sched.h
|
|
===================================================================
|
|
--- glibc-2.17.90.orig/sysdeps/unix/sysv/linux/bits/sched.h
|
|
+++ glibc-2.17.90/sysdeps/unix/sysv/linux/bits/sched.h
|
|
@@ -111,7 +111,7 @@ struct __sched_param
|
|
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
|
# define __cpu_set_t_defined
|
|
/* Size definition for CPU sets. */
|
|
-# define __CPU_SETSIZE 1024
|
|
+# define __CPU_SETSIZE 4096
|
|
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
|
|
|
/* Type for array elements in 'cpu_set_t'. */
|