h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
527 stars 140 forks source link

Fix `evp_keyex_create` error handling #487

Closed deweerdt closed 8 months ago

kazuho commented 9 months ago

The other issue with this PR is that it is a partial fix; it does not deal with the case where malloc fails inside evp_keyex_init.

I've created #490, PTAL.