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

Commits on Aug 5, 2017

  1. Check for invalid NonNull in isValidLiteralValue

    Nil panic found with go-fuzz.
    
    Signed-off-by: Jonathan Rudenberg <[email protected]>
    titanous authored and chris-ramon committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    5773286 View commit details
    Browse the repository at this point in the history
  2. Add nil check to parentType in collectFieldASTsAndDefs

    Panic found with go-fuzz.
    
    Signed-off-by: Jonathan Rudenberg <[email protected]>
    titanous authored and chris-ramon committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    1be0e08 View commit details
    Browse the repository at this point in the history
  3. Check for typed nils in FieldsOnCorrectTypeRule

    Nil panic found with go-fuzz.
    
    Signed-off-by: Jonathan Rudenberg <[email protected]>
    titanous authored and chris-ramon committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    349b4df View commit details
    Browse the repository at this point in the history
  4. Fix nil checks in DefaultTypeInfoFieldDef

    Checks for eg (*Interface)(nil).
    
    Signed-off-by: Jonathan Rudenberg <[email protected]>
    titanous authored and chris-ramon committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    9216e93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b3245 View commit details
    Browse the repository at this point in the history