Skip to content

Calling checkloaded with wrong parameter? #9

@CaledoniaProject

Description

@CaledoniaProject

If I load a library with relative path, e.g ./sample-library.so, the checkloaded function fails.

In the source code you're looking for the relative path,

if(checkloaded(target, libname))

Why not look for canonical path? The following code fixes the problem:

if(checkloaded(target, libPath))

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