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

llbsolver: add more llb validation #1049

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Conversation

tonistiigi
Copy link
Member

closes #1030
closes #1031
closes #1037

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

}
case *pb.Op_Build:
if op.Build == nil {
return errors.Errorf("invalid nil build op ")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: trailing space

Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except the space

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tiborvass tiborvass merged commit fe82890 into moby:master Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Another) SIGSEGV with custom LLB SIGSEGV with custom LLB Index out of range error if there's only one Op
4 participants