]> 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 15:51:22 +0000 (19:51 +0400)
commit4d32a2703c79f92b7a99ce3547759cc599d6f83e
tree3b1894092d29bda232b641fe75727758a00be218
parentb767540492e8c79a58bc26034d3bab2f708b7bd1
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