]> git.kaiwu.me - nginx.git/commit
HTTP/3: allocate insert buffer from connection pool
authorRoman Arutyunyan <arut@nginx.com>
Tue, 19 May 2026 11:46:31 +0000 (15:46 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Wed, 17 Jun 2026 14:40:35 +0000 (07:40 -0700)
commitceccdbd2ee799d020a371b9420bdacb9cf273aa7
tree90f7273115f8660cfc70eacb3a3c4f7c3cb930fa
parent875750a4f76bf68189929f887951e02b66c99801
HTTP/3: allocate insert buffer from connection pool

Previously, it was allocated from the encoder stream pool.  This could
lead to use-after-free if the stream was closed and another encoder
stream was opened.

Reported by Trung Nguyen (@everping) of CyStack.
src/http/v3/ngx_http_v3_table.c