]> 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:24:56 +0000 (20:24 +0100)
commit52e5e8b1e1055f20cdeb9148e78ad31007a8aa49
tree4b87d3aacce7d041fc2fbb41e8c4f1c752320e26
parent1f2dce172bb76168dd6829934a1015a5e2b35c02
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)

(cherry picked from commit a8da305fa3dd6e34ba5aab3978281f652fd12883)
ssl/ssl_sess.c