Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly convert function to function pointer during comparison
This fixes the following Coverity issue: src/acl_support.cpp:403:34: Type: Function address comparison (BAD_COMPARE) src/acl_support.cpp:403:34: func_conv: This implicit conversion to a function pointer is suspicious: "dlopen != NULL". src/acl_support.cpp:403:34: remediation: Did you intend to call "dlopen"?
- Loading branch information