Always allocate a new stack in o2i_SCT_LIST().
authorjsing <jsing@openbsd.org>
Mon, 20 Dec 2021 17:23:07 +0000 (17:23 +0000)
committerjsing <jsing@openbsd.org>
Mon, 20 Dec 2021 17:23:07 +0000 (17:23 +0000)
commit9b39a14179320bee5974a7b99ec3bb0ffc4d88f5
treefab0a429f29be86dfee35f889051e24aa2196d9c
parentf6e7d1667b8dcbed22af63fba4416ba2ba9a27af
Always allocate a new stack in o2i_SCT_LIST().

If we're given a pointer to an existing stack, free it and allocate a new
one rather than poping and freeing all of the existing entries so we can
reuse it. While here rename some arguments and variables.

ok inoguchi@ tb@
lib/libcrypto/ct/ct_oct.c