1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-20 16:13:50 +03:00
Gilles Peskine a23eafce3a Fix snprintf call to assume less about integral type sizes
The code only worked if psa_key_id_t (formerly psa_key_slot_t)
promoted to int and every value fit in int. Now the code only assumes
that psa_key_id_t is less wide than unsigned long, which is the case
since psa_key_id_t is a 32-bit type in our implementation.
2018-12-11 16:48:13 +01:00
..
2018-08-13 13:49:52 +03:00
2018-06-18 10:30:30 +02:00
2018-12-11 16:48:13 +01:00
2017-09-06 17:51:14 +03:00
2018-11-05 18:08:46 +02:00
2018-05-15 09:21:57 +01:00
2018-11-09 13:57:37 +00:00
2018-11-09 15:01:07 +00:00
2018-12-11 16:48:13 +01:00
2018-07-24 16:43:20 +01:00
2018-05-25 14:54:14 +01:00
2017-10-29 17:53:52 +02:00
2018-11-22 13:02:29 -05:00