Skip to content
Snippets Groups Projects
Commit 41cca15f authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-runtime: Remove targets of overridden SONAME symlinks


If libfoo.so.0 is a symlink pointing to libfoo.so.0.1.2, and we have
overridden libfoo.so.0, then we can know that libfoo.so.0.1.2 is
also to be avoided, even without opening it to determine its SONAME.
This reduces the need to use libelf, which is surprisingly slow if
the disk cache is cold.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 581a32f7
No related branches found
No related tags found
1 merge request!301pv-runtime: Avoid opening libraries to determine their SONAME
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment