Welcome! Log In Create A New Profile

Advanced

[nginx] enhance options

February 04, 2018 07:50AM
Hi!

Maybe it's better to keep the options more complete, and consider the
follow operation as a mistake.

/usr/local/nginx/sbin/nginx -

hg diff
diff -r cbf59d483c9c src/core/nginx.c
--- a/src/core/nginx.c Tue Jan 16 13:52:03 2018 +0300
+++ b/src/core/nginx.c Sun Feb 04 07:41:36 2018 -0500
@@ -753,7 +753,12 @@
return NGX_ERROR;
}

- while (*p) {
+ do {
+
+ if (*p == '\0') {
+ ngx_log_stderr(0, "missing option: \"%s\"", argv[i]);
+ return NGX_ERROR;
+ }

switch (*p++) {

@@ -855,7 +860,8 @@
ngx_log_stderr(0, "invalid option: \"%c\"", *(p - 1));
return NGX_ERROR;
}
- }
+
+ } while (*p);

next:

Thanks.
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] enhance options

karton 603 February 04, 2018 07:50AM

Re: [nginx] enhance options

Junwang Zhao 278 February 04, 2018 08:08PM

Re: [nginx] enhance options

Maxim Dounin 275 February 05, 2018 10:28AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 321
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready