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 null pointer crash and incorrect error statuses #526

Merged
merged 1 commit into from
Apr 16, 2022

Commits on Apr 15, 2022

  1. Fix null pointer crash and incorrect error statuses

    The gRPC and legacy servers did not check if the public
    key was provided before accesses it, causing a null pointer exception if
    no public key was provided in the request.
    
    The errors from the gRPC server to the legacy server were being wrapped,
    and the original error status was being lost.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    4c2f7a7 View commit details
    Browse the repository at this point in the history