Task #969 - fixed.err
back to task #969download
Error: CPPCHECK_WARNING (CWE-562): pcre2-10.42-build/pcre2-10.42/src/pcre2_compile.c:8169: error[autoVariables]: Address of local auto-variable assigned to a function parameter. # 8167| capitem.next = cb->open_caps; # 8168| capitem.assert_depth = cb->assert_depth; # 8169|-> cb->open_caps = &capitem; # 8170| } # 8171| Error: GCC_ANALYZER_WARNING (CWE-476): pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:143: included_from: Included from here. pcre2-10.42-build/pcre2-10.42/src/pcre2_match.c:63: included_from: Included from here. pcre2-10.42-build/pcre2-10.42/src/pcre2_match.c: scope_hint: In function 'match' pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:1997:51: warning[-Wanalyzer-null-dereference]: dereference of NULL 'P' pcre2-10.42-build/pcre2-10.42/src/pcre2.h:798:25: note: in definition of macro 'PCRE2_JOIN' pcre2-10.42-build/pcre2-10.42/src/pcre2.h:977:25: note: in expansion of macro 'PCRE2_GLUE' pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:1997:38: note: in expansion of macro 'PCRE2_SUFFIX' pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:177:20: note: in expansion of macro '_pcre2_script_run' pcre2-10.42-build/pcre2-10.42/src/pcre2_match.c:5830:12: note: in expansion of macro 'PRIV' pcre2-10.42-build/pcre2-10.42/src/pcre2_match.c:761:5: note: in expansion of macro 'Frdepth' pcre2-10.42-build/pcre2-10.42/src/pcre2.h:798:25: note: in definition of macro 'PCRE2_JOIN' pcre2-10.42-build/pcre2-10.42/src/pcre2.h:977:25: note: in expansion of macro 'PCRE2_GLUE' pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:1997:38: note: in expansion of macro 'PCRE2_SUFFIX' pcre2-10.42-build/pcre2-10.42/src/pcre2_internal.h:177:20: note: in expansion of macro '_pcre2_script_run' pcre2-10.42-build/pcre2-10.42/src/pcre2_match.c:5830:12: note: in expansion of macro 'PRIV' # 1995| #define _pcre2_memctl_malloc PCRE2_SUFFIX(_pcre2_memctl_malloc_) # 1996| #define _pcre2_ord2utf PCRE2_SUFFIX(_pcre2_ord2utf_) # 1997|-> #define _pcre2_script_run PCRE2_SUFFIX(_pcre2_script_run_) # 1998| #define _pcre2_strcmp PCRE2_SUFFIX(_pcre2_strcmp_) # 1999| #define _pcre2_strcmp_c8 PCRE2_SUFFIX(_pcre2_strcmp_c8_) Error: CLANG_WARNING: pcre2-10.42-build/pcre2-10.42/src/pcre2grep.c:2869:9: warning[deadcode.DeadStores]: Value stored to 'match' is never read # 2867| /* Prepare to repeat to find the next match in the line. */ # 2868| # 2869|-> match = FALSE; # 2870| if (line_buffered) fflush(stdout); # 2871| rc = 0; /* Had some success */