Tags · openresty/echo-nginx-module (original) (raw)

v0.63

Toggle v0.63's commit message

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;

v0.62rc1

Toggle v0.62rc1's commit message

bugfix: config: we should always use double quotes in [...] condition…

…als.

v0.60

Toggle v0.60's commit message

doc: make it clearer when to use the -- form.

v0.59

Toggle v0.59's commit message

doc: version 0.59 and nginx compatibility as far as 1.9.15.

v0.59rc1

Toggle v0.59rc1's commit message

feature: this module can now be compiled as a dynamic module with NGI…

…NX 1.9.11+ via the --with-dynamic-module=PATH option of ./configure.