]> 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:23:09 +0000 (15:23 +0100)
commit56e00f129607ab7eb5df9ff6dca023211336dd34
tree4220f33ea0a4541d1e87792d259d6e342aeccc6f
parent43f07d1bdb8b24d98213b9ccfde9e02b741191af
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)

(cherry picked from commit 83b11af01738196b0ebde28a2f91df351c1c72fc)
ssl/quic/qlog_event_helpers.c