Address user reported coverity issues.
This commit is contained in:
parent
f991128d40
commit
98e28a74e3
17 changed files with 81 additions and 41 deletions
|
@ -110,6 +110,7 @@ int main( int argc, char *argv[] )
|
|||
( ret = mbedtls_mpi_read_file( &rsa.E, 16, f ) ) != 0 )
|
||||
{
|
||||
mbedtls_printf( " failed\n ! mbedtls_mpi_read_file returned %d\n\n", ret );
|
||||
fclose( f );
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue