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

go-fuzz nil panic fixes #223

Merged
merged 5 commits into from
Aug 5, 2017
Merged

go-fuzz nil panic fixes #223

merged 5 commits into from
Aug 5, 2017

Conversation

chris-ramon
Copy link
Member

Overview

Test plan

  • go test ./...

titanous and others added 5 commits August 5, 2017 13:21
Nil panic found with go-fuzz.

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
Panic found with go-fuzz.

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
Nil panic found with go-fuzz.

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
Checks for eg (*Interface)(nil).

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
@chris-ramon chris-ramon mentioned this pull request Aug 5, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 82.102% when pulling 24b3245 on titanous/fix-nil-crashes into d114382 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 82.102% when pulling 24b3245 on titanous/fix-nil-crashes into d114382 on master.

@chris-ramon chris-ramon merged commit 36ee564 into master Aug 5, 2017
@chris-ramon chris-ramon deleted the titanous/fix-nil-crashes branch August 5, 2017 19:46
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.

nil panic in FieldsOnCorrectTypeRule
3 participants