Files
mbedtls/library
Angus Gratton ba25ffef87 Fix memory leak in ecp_mul_comb() if ecp_precompute_comb() fails
In ecp_mul_comb(), if (!p_eq_g && grp->T == NULL) and then ecp_precompute_comb() fails (which can
happen due to OOM), then the new array of points T will be leaked (as it's newly allocated, but
hasn't been asigned to grp->T yet).

Symptom was a memory leak in ECDHE key exchange under low memory conditions.
2018-07-26 11:09:37 +03:00
..
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2018-01-22 19:06:57 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2018-03-30 18:51:31 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2017-07-11 17:19:30 +01:00
2015-09-04 14:21:07 +02:00
2018-06-14 08:48:49 +01:00
2015-09-04 14:21:07 +02:00
2015-09-28 19:47:50 +02:00
2018-01-22 19:06:57 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2017-10-30 18:11:38 +02:00
2017-06-20 19:33:51 +01:00
2018-07-09 10:33:08 +02:00
2018-07-09 10:33:08 +02:00
2015-09-04 14:21:07 +02:00
2018-01-29 13:23:40 +01:00
2018-02-22 16:18:07 +01:00
2015-09-04 14:21:07 +02:00
2018-07-02 12:17:44 +01:00
2015-09-04 14:21:07 +02:00