]> git.kaiwu.me - nginx.git/commit
Access log: buffer overrun protection.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 19 Jun 2026 19:55:38 +0000 (22:55 +0300)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Wed, 15 Jul 2026 17:20:38 +0000 (21:20 +0400)
commit78950bdcd443830bde00f6844dba3033c18862b1
tree75e91cb74eec32f1ff2107a0703320315f9856ad
parent7ac67898bdfed2140a1bedcda252074cca11f494
Access log: buffer overrun protection.

Similarly to generic script operations, access log script copy operations
now check if there is enough room in the buffer.

Signed-off-by: Roman Arutyunyan <arut@nginx.com>
Origin: <https://freenginx.org/hg/nginx/rev/ceff7ca7785a>
src/http/modules/ngx_http_log_module.c
src/stream/ngx_stream_log_module.c