A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/openresty/echo-nginx-module/commit/8376edc2bbc427e8812d105f4061045449e0db2b below:

fix potential null pointer dereference found by Coverity (#… · openresty/echo-nginx-module@8376edc · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed Original file line number Diff line number Diff line change

@@ -213,6 +213,10 @@ ngx_http_echo_run_cmds(ngx_http_request_t *r)

213 213

}

214 214

}

215 215 216 +

if (computed_args == NULL) {

217 +

return NGX_HTTP_INTERNAL_SERVER_ERROR;

218 +

}

219 + 216 220

/* do command dispatch based on the opcode */

217 221 218 222

switch (cmd->opcode) {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4