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: fix return type prob reported by coverity #42135

Closed
wants to merge 3 commits into from

Commits on Feb 25, 2022

  1. crypto: fix return type prob reportec by coverity

    Coverity correctly reported that the value returned
    by BIO_get_mem_data could be negative and the type
    provided for the return value was unsigned.
    
    Fix up the type and check.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    0f0987a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Update src/crypto/crypto_common.cc

    Co-authored-by: Tobias Nießen <tniessen@tnie.de>
    mhdawson and tniessen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8ad6d45 View commit details
    Browse the repository at this point in the history
  2. squash: fixup linter issue

    mhdawson committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    139c806 View commit details
    Browse the repository at this point in the history