]> git.ipfire.org Git - thirdparty/openssl.git/commit
A null pointer dereference occurs when memory allocation fails
authoryangyangtiantianlonglong <yangtianlong1224@163.com>
Mon, 31 Jul 2023 14:04:41 +0000 (07:04 -0700)
committerHugo Landau <hlandau@openssl.org>
Wed, 2 Aug 2023 19:15:41 +0000 (20:15 +0100)
commita8da305fa3dd6e34ba5aab3978281f652fd12883
treee410bf273b7024d52db342a1f655baa3b9501f9a
parent5dae6451aac56bdf5be8dc5f20519da0bc55451a
A null pointer dereference occurs when memory allocation fails

Fixes #21605

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21606)
ssl/ssl_sess.c