igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

Fix memleak in rsa.c #35

Closed ADiea closed 7 years ago

ADiea commented 7 years ago

Because code is not using alloca anymore, malloc has to be freed always before returning from function.

ADiea commented 7 years ago

@igrr any chance to merge this soon?