Task #969 - added.err
back to task #969download
Error: CLANG_WARNING: pcre2-10.44-build/pcre2-10.44/src/pcre2_match.c:6038:66: warning[core.NullDereference]: Access to field 'eptr' results in a dereference of a null pointer (loaded from variable 'P') # 6036| # 6037| case OP_ASSERTBACK_NOT: # 6038|-> if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) # 6039| RRETURN(MATCH_NOMATCH); # 6040| /* Fall through */ Error: CLANG_WARNING: pcre2-10.44-build/pcre2-10.44/src/pcre2_match.c:6050:29: warning[core.NullDereference]: Access to field 'eptr' results in a dereference of a null pointer (loaded from variable 'P') # 6048| # 6049| case OP_SCRIPT_RUN: # 6050|-> if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); # 6051| break; # 6052| Error: CLANG_WARNING: pcre2-10.44-build/pcre2-10.44/src/pcre2_match.c:6081:26: warning[core.NullDereference]: Access to field 'eptr' results in a dereference of a null pointer (loaded from variable 'P') # 6079| offset = (number << 1) - 2; # 6080| Fcapture_last = number; # 6081|-> Fovector[offset] = P->eptr - mb->start_subject; # 6082| Fovector[offset+1] = Feptr - mb->start_subject; # 6083| if (offset >= Foffset_top) Foffset_top = offset + 2; Error: CLANG_WARNING: pcre2-10.44-build/pcre2-10.44/src/pcre2posix.c:235:39: warning[core.NullDereference]: Access to field 're_erroffset' results in a dereference of a null pointer (loaded from variable 'preg') # 233| /* pre C99 snprintf returns used, so redo ret to fix that */ # 234| # 235|-> ret = message_len(message, (int)preg->re_erroffset); # 236| } # 237| } while (0);