stream_frame_new(): Add missing allocation check
authorTomas Mraz <tomas@openssl.org>
Wed, 1 Mar 2023 09:28:58 +0000 (10:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Mar 2023 11:26:16 +0000 (12:26 +0100)
commitbf762f9203d3b5541c21f2b376750e32ebf36651
tree4c6a2624cc494dfcbbc0ce598a8addc0a150f5b6
parent7fa216095a7ebcfa8fbf9f6143b0fb336e77c964
stream_frame_new(): Add missing allocation check

Reported by Marc Schönefeld.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19794)
ssl/quic/quic_sf_list.c