1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #4203 from paul-elliott-arm/memsan_fix_build

Fix memsan build with Clang 11
This commit is contained in:
paul-elliott-arm
2021-03-09 16:31:31 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -1629,6 +1629,8 @@ cleanup:
}
#endif /* MBEDTLS_THREADING_C */
memset( &sb, 0, sizeof( sb ) );
while( ( entry = readdir( dir ) ) != NULL )
{
snp_ret = mbedtls_snprintf( entry_name, sizeof entry_name,