Changeset d49194d in mainline for kernel/generic/src/proc/program.c

Timestamp:
2019-05-18T21:43:14Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
859d006
Parents:
87bc11f
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-17 19:36:20)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:43:14)
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.