]> git.ipfire.org Git - thirdparty/openssl.git/commit
After initializing a provider, check if its output dispatch table is NULL
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Nov 2023 13:06:51 +0000 (14:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Dec 2023 14:12:34 +0000 (15:12 +0100)
commit8fa65a6648554087a67102372e5e6c8b0fae0158
tree3faafee60942abfe2efa143e79777986fb7649b3
parent4ff5137ff5fb896e0273d274110517e3c7adb8cf
After initializing a provider, check if its output dispatch table is NULL

If the provider's output dispatch table is NULL, trying to parse it causes a
crash.  Let's not do that.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/22866)
crypto/provider_core.c