tamatebako / libdwarfs

C++ library to access DwarFS images
2 stars 1 forks source link

errno is not set in dlopen no file / pass through scenario #77

Closed maxirmx closed 2 years ago

maxirmx commented 2 years ago

Failing test:

maxirmx commented 2 years ago

Nothing prohibits dlopen() from modifying errno, but a standard-conforming dlopen() will not report its own errors through errno. You need to call dlerror()

maxirmx commented 2 years ago

35 shall be implemented