Tags: openresty/echo-nginx-module
Tags
optimize: fix potential null pointer dereference found by Coverity (#108 ) 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;
feature: nginx 1.11.11+ can now build with this module. Note: nginx 1.11.11+ are still not an officially supported target yet. More work needed. Closes #64 See also: http://hg.nginx.org/nginx/rev/e662cbf1b932 Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
PreviousNext