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

plugin: Fix panic when plugin path could not be loaded #1664

Merged
merged 1 commit into from Feb 5, 2023
Merged

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Feb 2, 2023

Fixes #1646

The checkPluginExistance does not expect loading errors other than os.ErrNotExist. As a result, it will panic if the plugin cannot be loaded for some other reason, such as permission denied.

@wata727 wata727 merged commit cd27678 into master Feb 5, 2023
@wata727 wata727 deleted the fix_panic branch February 5, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Panic crash when run inside docker container in Jenkins CI
1 participant