Try to fix reported qlog issues

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27089)
This commit is contained in:
Bernd Edlinger 2025-03-20 17:14:51 +01:00 committed by Tomas Mraz
parent 21b170df9f
commit 9f85a036e3

View File

@ -213,8 +213,10 @@ static int log_frame_actual(QLOG *qlog_instance, PACKET *pkt,
size_t i;
PACKET orig_pkt = *pkt;
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL))
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) {
*need_skip = SIZE_MAX;
return 0;
}
/*
* If something goes wrong decoding a frame we cannot log it as that frame