mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
ded2a42ac1
Same intended semantics, no casts. Limitation: this doesn't work on architectures where sizeof(uintptr_t) < sizeof(void*), which is somewhat weird but possible if pointers contain redundant information. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>