We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In certain error circumstances, CreateContainerAtPath() can panic with an invalid memory address or nil pointer dereference at the following line:
CreateContainerAtPath()
panic
sif/pkg/sif/create.go
Line 318 in bea43fe
In addition to fixing this issue, the test suite should be extended to provide coverage for error conditions in CreateContainerAtPath.
CreateContainerAtPath
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In certain error circumstances,
CreateContainerAtPath()
canpanic
with an invalid memory address or nil pointer dereference at the following line:sif/pkg/sif/create.go
Line 318 in bea43fe
In addition to fixing this issue, the test suite should be extended to provide coverage for error conditions in
CreateContainerAtPath
.The text was updated successfully, but these errors were encountered: