about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-05-10 20:28:40 +0200
committerAndreas Jaeger <aj@suse.de>2013-05-10 20:28:40 +0200
commit8a67a4b3435d8471523d3ae4f7cb46cf9b8d72d9 (patch)
treeef04f3f9462ec0ee800c05bca3ec18ca04100b2e /NEWS
parent51df539d98c5906c325f73b0436f444a86818770 (diff)
downloadglibc-8a67a4b3435d8471523d3ae4f7cb46cf9b8d72d9.tar.gz
glibc-8a67a4b3435d8471523d3ae4f7cb46cf9b8d72d9.tar.xz
glibc-8a67a4b3435d8471523d3ae4f7cb46cf9b8d72d9.zip
Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.h
	[BZ #15448]
	* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
	(__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87d9128700..5c005bc2bf 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,8 @@ Version 2.18
   15055, 15062, 15078, 15084, 15085, 15086, 15160, 15214, 15221, 15232,
   15234, 15283, 15285, 15287, 15304, 15305, 15307, 15309, 15327, 15330,
   15335, 15336, 15337, 15342, 15346, 15359, 15361, 15366, 15380, 15394,
-  15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15426, 15429.
+  15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15426, 15429,
+  15448.
 
 * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
   #15078).