]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: fix out of scope variables in goto
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Feb 2025 22:34:49 +0000 (23:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Feb 2025 09:41:12 +0000 (10:41 +0100)
commit3f79695be9e4628d246740bcd36c627daab676ca
treeb254ac7d11f6f46177e7c98fb302d3a6075658b6
parentd4947203d07cb44546649de3f36047a669075e43
openssl: fix out of scope variables in goto

Some of the 'goto fail' situations could happen without having
initialized the local variables referenced in the error code flow.

Reported-by: Marcel Raad
Fixes #16246
Closes #16251
lib/vtls/openssl.c