mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-21 07:56:44 +08:00

This commit resolves a bug whereby some test cases failed on systems where mbedtls_calloc returns NULL when the size of 0, because the test case asserted `pointer != NULL` regardless of the size.