]> git.kaiwu.me - nginx.git/commit
Dynamic modules: added dlsym() to configure test.
authorValentin Bartenev <vbart@nginx.com>
Fri, 5 Feb 2016 18:48:25 +0000 (21:48 +0300)
committerValentin Bartenev <vbart@nginx.com>
Fri, 5 Feb 2016 18:48:25 +0000 (21:48 +0300)
commitc2a00bacac483960a240b0eaa4bd07cffa91656c
treed851053f6f1fe6bc2079fd24986d0495f3313adf
parent4814d78312508a9f7083c862736746856ec381be
Dynamic modules: added dlsym() to configure test.

It appears that AddressSanitizer in GCC 5 intercepts dlopen() and dlclose()
but not dlsym().
auto/unix