commit | 5ffe515ca485c8e6e57cd5acda6bc6008f85660c | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <nsz@port70.net> | Tue Nov 01 02:49:09 2016 +0100 |
committer | Rich Felker <dalias@aerifal.cx> | Mon Nov 07 12:00:32 2016 -0500 |
tree | 99d377f4c22b97a642df989af8d1b6b3eb51ac3f | |
parent | 86e8cc0fd46f5789e80a16d68ae86f7358f64705 [diff] |
fix ldso reserved library name handling If a DT_NEEDED entry was the prefix of a reserved library name (up to the first dot) then it was incorrectly treated as a libc reserved name. e.g. libp.so dependency was not loaded as it matched libpthread reserved name.