Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

chipitsine
Copy link
Contributor

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;

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;
@zhuizhuhaomeng zhuizhuhaomeng merged commit 32188f8 into openresty:master May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants