Fix a double free in ca command line
authorMatt Caswell <matt@openssl.org>
Mon, 10 Oct 2016 15:53:11 +0000 (16:53 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 28 Oct 2016 08:35:03 +0000 (09:35 +0100)
commit57aa2f154e3e0f427be59497f58092dd3ec0528a
treee598c8fcd7635b3fef491babe89b95bbea5906f8
parentfa4c374572e94f467900f5820cd1d00af2470a17
Fix a double free in ca command line

Providing a spkac file with no default section causes a double free.

Thanks to Brian Carpenter for reporting this issue.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit 229bd12487f8576fc088dc4f641950ac33c62033)
apps/ca.c