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

Fix nil pointer deref in distribution tax/rewward validation helpers #5620

Merged
merged 7 commits into from
Feb 7, 2020

Commits on Feb 7, 2020

  1. Fix nil pointer dereference in x/distribution

    Before checking Dec's value, one has to ensure the internal big.Int
    pointer is not nil first.
    
    Closes: #5621
    Alessio Treglia committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4d69262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a279962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162c914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ad6b43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66da527 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dac0f20 View commit details
    Browse the repository at this point in the history
  7. Update x/distribution/types/params_test.go

    Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
    alexanderbez and golangcibot committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1d32e61 View commit details
    Browse the repository at this point in the history