Skip to content

fix potential null pointer dereference found by Coverity#108

Merged
zhuizhuhaomeng merged 1 commit into
openresty:masterfrom
chipitsine:master
Jul 31, 2022
Merged

fix potential null pointer dereference found by Coverity#108
zhuizhuhaomeng merged 1 commit into
openresty:masterfrom
chipitsine:master

Conversation

@chipitsine

@chipitsine chipitsine commented Jul 31, 2022

Copy link
Copy Markdown
Contributor
245            dd("found opcode echo location async...");
   CID 258040 (#8 of 8): Explicit null dereferenced (FORWARD_NULL)9. var_deref_model: Passing null pointer computed_args to ngx_http_echo_exec_echo_location_async, which dereferences it. [show details]
246            rc = ngx_http_echo_exec_echo_location_async(r, ctx,
247                                                        computed_args);
248            break;

245            dd("found opcode echo location async...");
   CID 258040 (#8 of 8): Explicit null dereferenced (FORWARD_NULL)9. var_deref_model: Passing null pointer computed_args to ngx_http_echo_exec_echo_location_async, which dereferences it. [show details]
246            rc = ngx_http_echo_exec_echo_location_async(r, ctx,
247                                                        computed_args);
248            break;
@zhuizhuhaomeng zhuizhuhaomeng merged commit 8376edc into openresty:master Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants