Previously, when using elf_shared_object_iterator_next, if ldso_cache_bsearch
fails to find a file, it would return an error, causing the iterator to become useless
and no longer iterate. This will allow the caller to consume an ELF_ITER_NOTFOUND
event and continue processing dependancies.
Previously, when using
elf_shared_object_iterator_next
, ifldso_cache_bsearch
fails to find a file, it would return an error, causing the iterator to become useless and no longer iterate. This will allow the caller to consume anELF_ITER_NOTFOUND
event and continue processing dependancies.