Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: fix return type prob reported 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 <[email protected]> PR-URL: #42135 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
- Loading branch information