esp-idf/components
Angus Gratton 5d736f7eca mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
In ecp_mul_comb(), if (!p_eq_g && grp->T == NULL) and ecp_precompute_comb() fails (which can happen due to OOM), then the new array of points T was leaked.
2017-07-13 15:55:57 +08:00
..
2017-03-13 17:23:29 +08:00
2016-11-16 15:57:34 +11:00
2017-06-23 14:59:21 +08:00
2017-03-07 10:18:47 +11:00
2017-01-09 17:51:48 +08:00
2017-04-05 09:23:09 +03:00
2017-07-07 22:44:05 +08:00
2017-05-16 13:15:02 +08:00
2017-04-27 19:51:42 +02:00