Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debugging: slides: update dlsym example
It is way more convenient to pass directly RTLD_NEXT to dlsym instead of a handle returned by dlopen, especially for the LD_PRELOAD use case: developers then don't care about the exact file providing the targeted symbol Reported-by: Luca Ceresoli <[email protected]> Signed-off-by: Alexis Lothoré <[email protected]>
- Loading branch information