]> git.ipfire.org Git - thirdparty/openssl.git/commit
rsa_sig.c: Properly duplicate the sig member
authorTomas Mraz <tomas@openssl.org>
Wed, 21 Jan 2026 18:10:28 +0000 (19:10 +0100)
committerNorbert Pocs <norbertp@openssl.org>
Fri, 23 Jan 2026 10:37:25 +0000 (11:37 +0100)
commitb5c45d8407980ec0963bebc647ed2fb85b94996f
tree4e5426ef0bc0195b3c66348943f21c08b2c26119
parentcf29b4194e7eb486fccabd56e3e4c84fd318516c
rsa_sig.c: Properly duplicate the sig member

Otherwise UAF and doublefree appears when the duplicate
is freed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Fri Jan 23 10:37:34 2026
(Merged from https://github.com/openssl/openssl/pull/29707)
providers/implementations/signature/rsa_sig.c