mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-04 01:00:17 +02:00
Where calloc returns two references to the same buffer, avoid calling free() on both references by setting one to NULL. Signed-off-by: David Horstmann <david.horstmann@arm.com>