diff options
author | Thijs Waalen <contact@thijswaalen.com> | 2022-01-16 20:12:57 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-16 22:36:06 -0800 |
commit | 6210f62b1d6f20e72fd2403c77de2831f3c7d519 (patch) | |
tree | df26cf9da6b86f599a7943977b14276dd77fe18c /Base/usr | |
parent | a9ec0c30eba89609224734a9ad477e4e466e2083 (diff) | |
download | serenity-6210f62b1d6f20e72fd2403c77de2831f3c7d519.zip |
readelf: Fall back to default interpreter path on empty path
This fixes readelf failing to map the interpreter for dynamic
libraries. When an ELF does not have the PT_INTERP header the
StringView will be of the inline capacity of the StringBuilder, not a
null StringView. This would cause readelf not to fallback on the
default interpreter path.
Diffstat (limited to 'Base/usr')
0 files changed, 0 insertions, 0 deletions