]> git.kaiwu.me - nginx.git/commit
QUIC: fixed output context restoring.
authorVladimir Homutov <vl@nginx.com>
Wed, 9 Feb 2022 12:53:21 +0000 (15:53 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 9 Feb 2022 12:53:21 +0000 (15:53 +0300)
commit72d0668627ae2ee8a8d33d9d9e65ebc5c11e1e38
tree1396e057240ce7380e432b10ed290a03b7fa1fa8
parent90b19bf65de489d7f729c2876ff5cd63670111f9
QUIC: fixed output context restoring.

The cd8018bc81a5 fixed unintended send of non-padded initial packets,
but failed to restore context properly: only processed contexts need
to be restored.  As a consequence, a packet number could be restored
from uninitialized value.
src/event/quic/ngx_event_quic_output.c