diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2012-08-22 00:43:21 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2012-09-19 21:28:13 +0000 |
commit | f3fd569c365ca5149fedbbc6c7a902aa1f8e5b60 (patch) | |
tree | 89dbb8ca66ab59f6e35855283a0fda11203f96ce /NEWS | |
parent | ae30640a32b8f4057ab32ec7a3f48f77c344b79e (diff) | |
download | glibc-f3fd569c365ca5149fedbbc6c7a902aa1f8e5b60.tar.gz glibc-f3fd569c365ca5149fedbbc6c7a902aa1f8e5b60.tar.xz glibc-f3fd569c365ca5149fedbbc6c7a902aa1f8e5b60.zip |
rtld: limit self loading check to normal mode only
Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index adcb741b02..d9dfd20841 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ Version 2.17 13542, 13717, 13696, 13939, 13966, 14042, 14090, 14166, 14150, 14151, 14154, 14157, 14166, 14173, 14195, 14237, 14252, 14283, 14298, 14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14459, 14476, 14505, - 14510, 14516, 14518, 14519, 14532, 14538, 14544, 14545, 14576, 14583, - 14587 + 14510, 14516, 14518, 14519, 14532, 14538, 14544, 14545, 14576, 14579, + 14583, 14587. * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |