From aad4229cbc77e83310e15ca6aaf0eb3455d4cbc2 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 12 Jan 2018 11:19:00 +0300 Subject: Initializing script_name.start before using. This makes gcc 4.4.6 happy. --- src/nxt_php_sapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_php_sapi.c') diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index 473b5447..7f1b2591 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -327,6 +327,7 @@ nxt_php_read_request(nxt_task_t *task, nxt_app_rmsg_t *rmsg, } else { script_name.length = 0; + script_name.start = NULL; } ctx->script.length = nxt_php_root.length + h->path.length + -- cgit