]> git.kaiwu.me - nginx.git/commit
QUIC: always populate ngx_quic_cbs_recv_rcd() output arguments
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 15 Apr 2026 18:12:28 +0000 (22:12 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Thu, 16 Apr 2026 11:25:55 +0000 (15:25 +0400)
commit4dd7ec9ae48df272cef2a1ecd4de0a237783828a
treeb21c70db1c68f32e145c4f357fc58f9d2f773ddd
parentabc72c5a57890ba4ce235fe3339dbf31af40604e
QUIC: always populate ngx_quic_cbs_recv_rcd() output arguments

Although uninitialized values aren't used in practice due to the
nature of the OpenSSL code flow, this violates the API contract.

Reported by lukefr09 on GitHub.
src/event/quic/ngx_event_quic_ssl.c