Bug 20546 - ld.so shouldn't search default platform when loading shared library
Summary: ld.so shouldn't search default platform when loading shared library
Status: RESOLVED DUPLICATE of bug 21391
Alias: None
Product: glibc
Classification: Unclassified
Component: dynamic-link (show other bugs)
Version: 2.25
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-02 16:51 UTC by H.J. Lu
Modified: 2017-05-24 17:58 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2016-09-02 16:51:06 UTC
On x86-64, ld.so search the "x86_64" directory when loading the shared
library since it is in AT_PLATFORM.  But x86_64 is the default platform on
x86-64.  There is no need to check it at all.
Comment 1 H.J. Lu 2017-05-24 17:58:56 UTC
Dup.

*** This bug has been marked as a duplicate of bug 21391 ***