gmbeard opened a new pull request, #40:
URL: https://github.com/apache/apr/pull/40

   The voidlinux package for **apr** on musl fails the `test_unload_library` 
test in `testdso.c` without this `NULL` check. The test unloads the dso and 
then immediately tries to read a symbol from the unloaded dso, and assumes this 
fails. I found it was actually succeeding to read the symbol. Maybe musl's 
`dlsym()` function assumes you won't pass it a `NULL` handle, and this test is 
invoking some UB.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to