mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 18:21:07 +02:00
Because two buffers were aliased too early in the code, it was possible that after an allocation failure, free() would be called twice for the same pointer.