Changeset 8aea932 in mainline for uspace/lib/c/include/elf/elf_mod.h

Timestamp:
2019-05-26T13:21:50Z (5 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0e2f9c
Parents:
bdca26a
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-17 19:36:20)
git-committer:
Jakub Jermář <jakub@…> (2019-05-26 13:21:50)
Message:

dlopen() used to run into a null pointer

The rtld functions will return a NULL pointer
if the module cannot be found or loaded. The function
dlopen() failed to check for this case.

(No files)

Note: See TracChangeset for help on using the changeset viewer.