summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-14 01:20:06 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-14 01:20:06 +0530
commit5865a56bf4e31c5a152e46454367a99c5971ac02 (patch)
tree0a0ee5d430ef178bced7a0718e62427cd1da6b1b /NEWS
parentc204ab284bc3ef492f5a5201bd6131032bfd471a (diff)
Avoid access beyond memory bounds in pthread_attr_getaffinity_np
Resolves BZ #15618. pthread_attr_getaffinity_np may write beyond bounds of the input cpuset buffer if the size of the input buffer is smaller than the buffer present in the input pthread attributes. Fix is to copy to the extent of the minimum of the source and the destination.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42dfecea98..afbcacc7ef 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ Version 2.18
15380, 15381, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419,
15423, 15424, 15426, 15429, 15431, 15432, 15441, 15442, 15448, 15465,
15480, 15485, 15488, 15490, 15493, 15497, 15506, 15529, 15536, 15553,
- 15577, 15583.
+ 15577, 15583, 15618.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078).