blob: 397ff1b7968de1837e179b6100ea26ff1242c331 [file] [log] [blame]
Jerry Yu9a12df02023-03-03 12:55:16 +08001
2Time: get milliseconds
3time_get_milliseconds:
4
5Time: get seconds
6time_get_seconds:
Andrzej Kurek60de0b12023-05-09 16:38:04 -04007
8Check mbedtls_calloc overallocation
Gilles Peskine05ebe962023-10-01 21:44:31 +02009# This test case exercises an integer overflow in calloc. Under Asan, with
10# a modern Clang, this triggers an Asan complaint. The complaint can be
11# avoided with ASAN_OPTIONS=allocator_may_return_null=1, but this has to
12# be set in the environment before the program starts, and could hide
13# other errors.
14depends_on:!MBEDTLS_TEST_HAVE_ASAN
Andrzej Kurek60de0b12023-05-09 16:38:04 -040015check_mbedtls_calloc_overallocation:SIZE_MAX/2:SIZE_MAX/2