summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-15 21:12:57 -0700
committerPetr Baudis <pasky@suse.cz>2009-06-16 12:23:11 +0200
commit2a31410e40b61c47ab4c5283c25cea2c5405d757 (patch)
tree64be8a4316b9f00e2f90155df80acaa38301d3f1 /ChangeLog
parent3ff6565150bef32e4cfc565b1463df84dd8c6d7a (diff)
When iterating over CPU bitmask, don't try more than CPU_SETSIZE.
(cherry picked from commit 395a37e379bf900b2b6a25e17c44cde2d1c46c44)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0912cccaf..b1ba1459f8 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.