From 2aee0a2e6787308b85d9e1a69c74c0cb15ea756c Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 13 May 2026 17:33:35 -0700 Subject: [PATCH] HTTP: removed dead code introduced in 0ffc96df7. Found by Coverity (CID 1692699). --- nginx/ngx_http_js_module.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index 4e351f7c..29333fc1 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -4114,9 +4114,6 @@ ngx_http_js_ext_request_form_for_each(njs_vm_t *vm, njs_value_t *args, } this_arg = njs_arg(args, nargs, 2); - if (this_arg == NULL) { - this_arg = njs_value_arg(&njs_value_undefined); - } entry = form->entries.elts; -- 2.47.3