mirror of
https://github.com/nginx/nginx.git
synced 2025-06-29 10:40:39 +08:00
![]() If initialization of a header failed for some reason after ngx_list_push(), leaving the header as is can result in uninitialized memory access by the header filter or the log module. The fix is to clear partially initialized headers in case of errors. For the Cache-Control header, the fix is to postpone pushing r->headers_out.cache_control until its value is completed. |
||
---|---|---|
.. | ||
Makefile.PL | ||
nginx.pm | ||
nginx.xs | ||
ngx_http_perl_module.c | ||
ngx_http_perl_module.h | ||
typemap |