Skip to content

crypto: fix return type prob reported by coverity

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/coverity-13 into master

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

Merge request reports

Loading