Tags · openresty/array-var-nginx-module (original) (raw)

v0.06

Toggle v0.06's commit message

optimize: fix potential null pointer dereference found by coverity (#9)

568 dd("array var map: array size: %d", (int) array->nelts); 569 CID 258181 (#1 of 1): Dereference null return value (NULL_RETURNS)7. dereference: Dereferencing array_it, which is known to be NULL. 570 array_it->not_found = 0; 571 array_it->valid = 1;

v0.04

Toggle v0.04's commit message

doc: use the markdown format instead; also added more detailed docume…

…ntation.

v0.03

Toggle v0.03's commit message

fixed compiler warnings when DDEBUG is enabled. we also fixed another…

… Visual C++ compiler warning. thanks Edwin Cleton for the report.

v0.03rc1

Toggle v0.03rc1's commit message

now we check the ngx_devel_kit dependency at config time and provide …

…a more friendly error message if it is missing.

v0.02

Toggle v0.02's commit message

fixed a nasty use of unitialized value bug in array_map: we should al…

…ways clear the memory of the ngx_http_compile_complex_value_t object before feeding it into ngx_http_compile_complex_value.

v0.01

Toggle v0.01's commit message

no longer refer to my fork of NDK because my fork has already been me…

…rged back to the mainstream :D