]> git.kaiwu.me - nginx.git/commit
QUIC: check that the packet length is of at least sample size.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 8 Sep 2020 10:28:56 +0000 (13:28 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 8 Sep 2020 10:28:56 +0000 (13:28 +0300)
commitd8360f912ac2eeb0103c2781d450b7735d7894ba
tree0aa4166bc2c01dac09d3f9907facd70d6232e4b7
parent952c6f19898b770906aefeb52dd0eb8a578dd808
QUIC: check that the packet length is of at least sample size.

From quic-tls draft, section 5.4.2:
   An endpoint MUST discard packets that are not long enough to contain
   a complete sample.

The check includes the Packet Number field assumed to be 4 bytes long.
src/event/ngx_event_quic_protection.c