]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed potential type overflow in string literal parser.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 5 Sep 2024 15:35:43 +0000 (19:35 +0400)
committerpluknet <pluknet@nginx.com>
Wed, 23 Jul 2025 13:24:43 +0000 (17:24 +0400)
commit3739fe94d1c3c844708b219776f1921bff16b56f
tree137aefd466a188a4a90e6063a20473be3af171c6
parentc52c5698cd7640621b8e4ba8a54ccfc38f5b95ff
HTTP/3: fixed potential type overflow in string literal parser.

This might happen for Huffman encoded string literals as the result
of length expansion.  Notably, the maximum length of string literals
is already limited with the "large_client_header_buffers" directive,
so this was only possible with nonsensically large configured limits.
src/http/v3/ngx_http_v3_parse.c