arm-trusted-firmware/tools
Jimmy Brisson bea8019826 Free X509_EXTENSIONs
Previously, we would leak these extensions as they are not freed by the
stack. An except from the `sk_TYPE_free` documentation:

    sk_TYPE_free() frees up the sk structure. It does not free up any
    elements of sk. After this call sk is no longer valid.

The fix is to drain the stack and free its elements before freeing the
stack. sk_TYPE_pop_free does this, so we use that instead.

Change-Id: Ie70c302f9dda5af1a7243f163d36e99916ee639c
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
2020-10-20 20:17:25 +00:00
..
amlogic meson: Rename platform directory to amlogic 2019-09-05 10:39:25 +01:00
cert_create Free X509_EXTENSIONs 2020-10-20 20:17:25 +00:00
encrypt_fw tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00
fiptool Update makefile to build fiptool for Windows 2020-09-14 15:06:56 +01:00
marvell/doimage tools: doimage: change the binary image alignment to 16 2020-07-10 10:54:44 +00:00
memory tools: Small improvement to print_memory_map script 2020-02-14 16:31:19 +00:00
renesas/rcar_layout_create rcar_gen3: plat: Add initial D3 support 2019-04-02 03:40:51 +02:00
sptool tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00
stm32image stm32mp1: update platform files to use MMC devices 2018-10-15 09:36:58 +02:00