mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 22:47:47 +08:00
b3066b16e1
perl_parse() function expects argv/argc-style argument list, which according to the C standard must be NULL-terminated, that is: argv[argc] == NULL. This change fixes a crash (SIGSEGV) that could happen because of the buffer overrun during perl module initialization. Signed-off-by: Piotr Sikora <piotr@cloudflare.com> |
||
---|---|---|
.. | ||
Makefile.PL | ||
nginx.pm | ||
nginx.xs | ||
ngx_http_perl_module.c | ||
ngx_http_perl_module.h | ||
typemap |