diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-08-29 00:17:33 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-08-29 00:20:35 -0400 |
commit | d0721e703d222c01a9e8c329311c4fb01dac6972 (patch) | |
tree | ca1315b0033f11c3f3d8879e9e0fb14d71dadf3b /NEWS | |
parent | 3a3092398356c90788479fa75524a491e9d860cd (diff) | |
download | glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.tar glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.tar.gz glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.tar.bz2 glibc-d0721e703d222c01a9e8c329311c4fb01dac6972.zip |
ARM: Pass dl_hwcap to IFUNC resolver.
For REL relocs pass dl_hwcap to the IFUNC resolver
as is required by the IFUNC API (bug 15905).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.19 * The following bugs are resolved with this release: - 14699, 15531, 15532, 15736, 15749, 15797, 15867, 15890, 15897. + 14699, 15531, 15532, 15736, 15749, 15797, 15867, 15890, 15897, 15905. * CVE-2013-4237 The readdir_r function could write more than NAME_MAX bytes to the d_name member of struct dirent, or omit the terminating NUL |