aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-15 21:12:57 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-15 21:12:57 -0700
commit395a37e379bf900b2b6a25e17c44cde2d1c46c44 (patch)
tree7c52b4a022f69e8fd8de07744f130f3c6dfd5318 /ChangeLog
parent7ed520bd8504700cf4aaf3b06deb10575bfc546a (diff)
downloadglibc-395a37e379bf900b2b6a25e17c44cde2d1c46c44.zip
glibc-395a37e379bf900b2b6a25e17c44cde2d1c46c44.tar.gz
glibc-395a37e379bf900b2b6a25e17c44cde2d1c46c44.tar.bz2
When iterating over CPU bitmask, don't try more than CPU_SETSIZE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f7524..a431f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10183]
+ * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
+
[BZ #10195]
* inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
of nd_opt_home_agent_info_preference to uint16_t.