mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
parent
21b170df9f
commit
9f85a036e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user