nginx/src/http/modules/perl
Piotr Sikora b3066b16e1 Perl: NULL-terminate argument list.
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>
2014-06-19 04:16:36 -07:00
..
Makefile.PL Configure: fixed perl Makefile generation (ticket #334). 2013-04-19 12:19:57 +00:00
nginx.pm Simplified nginx version maintenance. 2013-03-28 08:47:06 +00:00
nginx.xs Perl: fixed syntax usage for C preprocessor directives. 2013-07-29 17:30:01 +04:00
ngx_http_perl_module.c Perl: NULL-terminate argument list. 2014-06-19 04:16:36 -07:00
ngx_http_perl_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
typemap nginx-0.3.21-RELEASE import 2006-01-16 14:56:53 +00:00