mbedtls/tests
Gilles Peskine 9bb1f64706 Don't call memset after calloc
memset has undefined behavior when either pointer can be NULL, which
is the case when it's the result of malloc/calloc with a size of 0.
The memset calls here are useless anyway since they come immediately
after calloc.
2019-07-19 17:08:48 +02:00
..
.jenkins Add a Jenkinsfile for PR job testing 2018-10-19 16:41:54 +01:00
data_files Add Wisun Fan device certificate 2019-05-07 17:06:47 +03:00
git-scripts Merge development commit 8e76332 into development-psa 2019-01-31 08:20:20 -05:00
scripts Merge pull request #152 from Patater/cmake-subproject-fix 2019-07-02 08:39:11 +01:00
suites Don't call memset after calloc 2019-07-19 17:08:48 +02:00
.gitignore
CMakeLists.txt tests: Enable building with add_subdirectory() 2019-06-26 12:46:53 +01:00
Descriptions.txt Remove tests that depend on TLS or X.509 2019-03-11 16:49:26 +00:00
Makefile Only build libmbedcrypto 2019-04-25 11:46:21 +01:00