]> git.ipfire.org Git - thirdparty/openssl.git/commit
qlog_event_helpers.c: Fix inverted condition
authorTomas Mraz <tomas@openssl.org>
Mon, 24 Mar 2025 09:53:02 +0000 (10:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Mar 2025 14:22:56 +0000 (15:22 +0100)
commit83b11af01738196b0ebde28a2f91df351c1c72fc
treef0c8d7c2834ba4a1a63f14ac29c8a04ace72e42c
parent3c1f50ad6f3d9dbbce095e83a59e6cd64cabe65e
qlog_event_helpers.c: Fix inverted condition

We want to skip up to PACKET_remaining() and not "at least"
PACKET_remaining() bytes.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27138)
ssl/quic/qlog_event_helpers.c