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

crypto: add null check to outputLength logic #28864

Merged
merged 1 commit into from
Jul 29, 2019
Merged

Commits on Jul 29, 2019

  1. crypto: add null check to outputLength logic

    The Hash constructor's outputLength logic checks if the options
    input is an object, but doesn't check for null objects. This
    commit adds that check.
    
    PR-URL: nodejs#28864
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    cjihrig committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    92ca2c2 View commit details
    Browse the repository at this point in the history