about summary refs log tree commit diff
path: root/elf/tst-rtld-does-not-exist.sh
Commit message (Collapse)AuthorAgeFilesLines
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-081-0/+39
None of the existing tests seem to cover the case where _dl_signal_error is called without an active error handler. The new elf/tst-rtld-does-not-exist test triggers such a _dl_signal_error call from _dl_map_object. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>