mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Address user reported coverity issues.
This commit is contained in:
parent
78da223f68
commit
ce52d7823c
17 changed files with 81 additions and 41 deletions
|
|
@ -397,6 +397,7 @@ int main( int argc, char *argv[] )
|
|||
if( suites_failed > 0)
|
||||
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
|
||||
|
||||
mbedtls_exit( MBEDTLS_EXIT_SUCCESS );
|
||||
/* return() is here to prevent compiler warnings */
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue