Custom Query (2311 matches)
Results (46 - 48 of 2311)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2574 | invalid | core module "ngx_http_set_etag" function doesn't set etag lowcase_key field. | ||
Description |
In nginx-1.23.3/src/http/ngx_http_core_module.c , "ngx_http_set_etag" function adds the "ETag" header to response but does not initialize the header lowcase_key par: "etag->lowcase_key" and not nullify it either so we can't null-check it and know if it is unset in our module code. I suggest to initialize the lowcase_key while initializing "etag" variable in "ngx_http_set_etag" function and have two options for that
I think the first option is safer because we don't cast the string literal const to u_char* If for some reason bug reviewer thinks we shouldn't init the lowcase_key just nullifying will also help. |
|||
#2573 | duplicate | Nothing $http_host variable of with-http_v3_module | ||
Description |
HTTP3+QUIC There is no $http_host value in http_v3, so there is no value when transmitting the Host Header to upstream.
upstream $http_host Host http header nothing |
|||
#2572 | invalid | Required rpm with spec for nginx-1.25.3 | ||
Description |
nginx-1.25.3 Required rpm and spec file |