]> git.kaiwu.me - nginx.git/commit
HTTP/3: prevent array access by negative index for unknown streams.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 19 May 2020 12:41:41 +0000 (15:41 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 19 May 2020 12:41:41 +0000 (15:41 +0300)
commit1c54340e0aa65781f6cd4cc643f704826c47459a
tree4eec4f5cb7605e28600eef48c7d01fda9af0558d
parente0eb261b833dd544adc17d6d810a68c5bd8e6f0c
HTTP/3: prevent array access by negative index for unknown streams.

Currently there are no such streams, but the function
ngx_http_v3_get_uni_stream() supports them.
src/http/v3/ngx_http_v3_streams.c