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
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;
The below config will cause "Internal Server Error" from Nginx 0.8.41:
Removing the array_map_op line allows it to complete successfully.
Test with:
The text was updated successfully, but these errors were encountered: