-
- Downloads
You need to sign in or sign up before continuing.
elf-utils: Add ELF SONAME resolution
This will be used to delete libraries from the runtime if their
SONAME is the same as a library that we brought in from outside,
to avoid conflicts when precedence gets mixed up.
A manual test is included.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Showing
- debian/control 1 addition, 0 deletionsdebian/control
- meson.build 5 additions, 0 deletionsmeson.build
- src/elf-utils.c 158 additions, 0 deletionssrc/elf-utils.c
- src/elf-utils.h 36 additions, 0 deletionssrc/elf-utils.h
- src/meson.build 3 additions, 0 deletionssrc/meson.build
- tests/elf-get-soname.c 114 additions, 0 deletionstests/elf-get-soname.c
- tests/meson.build 23 additions, 15 deletionstests/meson.build
src/elf-utils.c
0 → 100644
src/elf-utils.h
0 → 100644
tests/elf-get-soname.c
0 → 100644
Please register or sign in to comment