mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Address user reported coverity issues.
This commit is contained in:
parent
f991128d40
commit
98e28a74e3
17 changed files with 81 additions and 41 deletions
|
|
@ -142,6 +142,7 @@ int main( int argc, char *argv[] )
|
|||
if( fwrite( buf, 1, olen, f ) != olen )
|
||||
{
|
||||
mbedtls_printf( "failed\n ! fwrite failed\n\n" );
|
||||
fclose( f );
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue