]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl: call SSLfatal on realloc failures in extract_keyshares
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Sat, 11 Oct 2025 11:53:07 +0000 (19:53 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 Oct 2025 16:01:45 +0000 (18:01 +0200)
commit43cddc534eebf33c301bf2fabed8fa52fb92526c
treef3598171e5e50347063c3e68950b7d1da08d4171
parentb9e6d360100bc1184a96f98231d096238e8e2df4
ssl: call SSLfatal on realloc failures in extract_keyshares

Initial malloc path already does this. Realloc path went to failure
without recording a fatal alert.

Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28873)
ssl/statem/extensions_srvr.c