about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-07-04 16:12:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-07-04 16:12:46 +0200
commit1ff6c67a252e59488a26e3c8f6690b29ef56e369 (patch)
treea5a31bb7cad61d767fc65db9abfceba4c252946c /ChangeLog
parent4446a885f3aeb3a33b95c72bae1f115bed77f0cb (diff)
downloadglibc-1ff6c67a252e59488a26e3c8f6690b29ef56e369.tar.gz
glibc-1ff6c67a252e59488a26e3c8f6690b29ef56e369.tar.xz
glibc-1ff6c67a252e59488a26e3c8f6690b29ef56e369.zip
sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8af883b12..314c69f664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-07-04  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #21542]
+	* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Default to
+	two if no accurate information is available.
+	* posix/tst-sysconf-empty-chroot.c: New file.
+	* posix/Makefile (tests): Add it.
+
+2017-07-04  Florian Weimer  <fweimer@redhat.com>
+
 	* resolv/resolv_conf.c (resolv_conf_matches): Tighten check for name
 	server and sort list counts.  Fix improper check for empty search
 	path (completely missing domain name) leading to assertion failure