]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a segfault in the pkeyutl command line app
authorMatt Caswell <matt@openssl.org>
Tue, 1 Apr 2025 09:31:33 +0000 (10:31 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Apr 2025 15:28:29 +0000 (17:28 +0200)
commit3f0f723b521b5138f9ac77ede45a77dc46a734d4
treeae8ce86ff9d47bdb0f63f18727e83cfb06de0522
parentdb9771b5a056d939b6112cdc099fbf4f86d184ee
Fix a segfault in the pkeyutl command line app

Don't attempt to deref a pkey that is NULL

Fixes #27156

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27228)
apps/pkeyutl.c