You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.