mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 19:46:27 +00:00
Add tests for valid NULL in ccm_free()
This commit is contained in:
committed by
Gilles Peskine
parent
508bcd96db
commit
dd63359dae
@@ -530,3 +530,12 @@ exit:
|
||||
return;
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void ccm_valid_param( )
|
||||
{
|
||||
TEST_VALID_PARAM( mbedtls_ccm_free( NULL ) );
|
||||
exit:
|
||||
return;
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
Reference in New Issue
Block a user