mbedtls/programs/x509
Hanno Becker 294e584e5e Fix memory leak and freeing without initialization in cert_write
* The variables `csr` and `issuer_crt` are initialized but not freed.
* The variable `entropy` is unconditionally freed in the cleanup section
  but there's a conditional jump to that section before its initialization.
  This cmmot Moves it to the other initializations happening before the
  first conditional jump to the cleanup section.

Fixes #1422.
2018-10-05 09:55:13 +01:00
..
cert_app.c Add missing platform macro defines in cert_app.c 2018-07-10 17:34:25 +01:00
cert_req.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
cert_write.c Fix memory leak and freeing without initialization in cert_write 2018-10-05 09:55:13 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
crl_app.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
req_app.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00