Skip to content

[CI] Need test for self open #415

@nscottnichols

Description

@nscottnichols

Would be good to add a test to "self opening" check.

e .g.

test this:

if (handle) {
void* ptr = dlsym(handle, "clGetPlatformIDs");
if (ptr == (void*)&clGetPlatformIDs) { //opening oneself
dlclose(handle);
handle = NULL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions