mbedtls/tests
Gilles Peskine cd2e248fdd Detect and report mutex usage errors
If the mutex usage verification framework is enabled and it detects a
mutex usage error, report this error and mark the test as failed.

This detects most usage errors, but not all cases of using
uninitialized memory (which is impossible in full generality) and not
leaks due to missing free (which will be handled in a subsequent commit).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Signed-off-by: Chris Jones <christopher.jones@arm.com>
2021-02-22 19:40:29 +01:00
..
.jenkins
configs Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
data_files Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr 2020-12-08 21:00:17 +00:00
git-scripts Fix license header in pre-commit hook 2020-08-19 17:54:47 +02:00
scripts Use $ASAN_FLAGS instead of repeating its contents 2021-02-17 12:48:33 +00:00
suites Detect and report mutex usage errors 2021-02-22 19:40:29 +01:00
.gitignore
CMakeLists.txt
compat.sh Fix printf escape errors in shell scripts 2020-10-27 23:41:28 +01:00
Descriptions.txt
Makefile
ssl-opt.sh ssl-opt.sh: Only check the server exit for Mbed TLS 2021-02-10 13:05:21 +01:00