diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-07-22 11:46:44 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-07-22 11:56:36 -0400 |
commit | 1fe2988f523ddbad93ca7abc98fea982f2ae0505 (patch) | |
tree | 283f35a8c794ad6438c0898a8a13ca6ebb1d7096 /NEWS | |
parent | a8fc7a03a82959a69ca262c850be23a4932142ce (diff) | |
download | glibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.tar.gz glibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.tar.xz glibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.zip |
tile BZ #15759: Fix bug in _dl_unmap
We returned without calling __munmap if not in the simulator. Now we call a separate sim_dlclose() function to make the control flow work correctly.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 4b2d5ca6d6..a67e40b082 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,8 @@ Version 2.18 15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15424, 15426, 15429, 15431, 15432, 15441, 15442, 15448, 15465, 15480, 15485, 15488, 15490, 15492, 15493, 15497, 15506, 15529, 15536, 15553, 15577, 15583, - 15618, 15627, 15631, 15654, 15655, 15666, 15667, 15674, 15711, 15755. + 15618, 15627, 15631, 15654, 15655, 15666, 15667, 15674, 15711, 15755, + 15759. * CVE-2013-2207 Incorrectly granting access to another user's pseudo-terminal has been fixed by disabling the use of pt_chown (Bugzilla #15755). |