Files
mbedtls/tests
Gilles Peskine fc41bd7f35 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:42:47 +02:00
..
2018-10-19 15:25:10 +01:00
2019-07-19 17:42:47 +02:00
2019-07-10 08:51:56 +01:00
2019-07-10 08:51:56 +01:00