]> git.ipfire.org Git - thirdparty/openssl.git/commit
list_tls_signatures(): Avoid leak with zero length builtin_sigalgs
authorAndrew Dinh <andrewd@openssl.org>
Fri, 16 Aug 2024 13:55:16 +0000 (20:55 +0700)
committerNeil Horman <nhorman@openssl.org>
Sat, 17 Aug 2024 21:32:17 +0000 (17:32 -0400)
commit47645bf7c63aaf08b764bfeaaa611c6673bb03a8
treea429a89e037d2070c7dfeec041c19a50f1324ff3
parent8d28402ce38842e8aca9e0ce26ae44fa10c7b62e
list_tls_signatures(): Avoid leak with zero length builtin_sigalgs

Fixes Coverity 1616307

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25219)
apps/list.c