Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtizcore: avoid reading non-shared object entries during directory scanning #262

Closed
juanrubio opened this issue Oct 16, 2016 · 0 comments
Milestone

Comments

@juanrubio
Copy link
Member

juanrubio commented Oct 16, 2016

Files other than .so files should not be tried while scanning the plugin locations

e.g.:

 while ((p_dir_entry = readdir (p_dir)))
            {
              if (p_dir_entry->d_name[0] != '.'
                  && p_dir_entry->d_name[strlen (p_dir_entry->d_name) - 1]
                       != 'a')
@juanrubio juanrubio added this to the v0.6.0 milestone Oct 16, 2016
@tizonia tizonia removed their assignment Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant