postgresql16-16.3-6.fc42
List of Findings
Error: SHELLCHECK_WARNING (CWE-457): [#def1]
/usr/bin/postgresql-setup:9:18: warning[SC2154]: var_content is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def2]
/usr/bin/postgresql-setup:223:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-477): [#def3]
/usr/bin/postgresql-setup:224:46: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-457): [#def4]
/usr/bin/postgresql-setup:225:36: warning[SC2154]: upgradefrom_major is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def5]
/usr/bin/postgresql-setup:231:16: warning[SC2154]: upgradefrom_engine is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def6]
/usr/bin/postgresql-setup:232:36: warning[SC2154]: upgradefrom_package is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def7]
/usr/bin/postgresql-setup:278:14: warning[SC2154]: upgradefrom_scls is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def8]
/usr/bin/postgresql-setup:283:12: warning[SC2154]: upgradefrom_redhat_sockets_hack is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def9]
/usr/bin/postgresql-setup:288:14: warning[SC2154]: upgradefrom_pghost_override is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-252): [#def10]
/usr/bin/postgresql-setup:307:9: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-457): [#def11]
/usr/bin/postgresql-setup:324:14: warning[SC2154]: add_options is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def12]
/usr/bin/postgresql-setup:366:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def13]
/usr/bin/postgresql-setup:380:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def14]
/usr/bin/postgresql-setup:427:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def15]
/usr/bin/postgresql-setup:470:11: warning[SC2034]: port appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def16]
/usr/bin/postgresql-setup:630:13: warning[SC2034]: option_debug appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def17]
/usr/bin/postgresql-setup:705:23: warning[SC2154]: upgradefrom_data_default is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def18]
/usr/bin/postgresql-setup:716:37: warning[SC2154]: upgradefrom_id is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-398): [#def19]
/usr/bin/postgresql-setup:744:13: warning[SC2247]: Flip leading $ and " if this should be a quoted substitution.
Error: SHELLCHECK_WARNING (CWE-457): [#def20]
/usr/bin/postgresql-upgrade:149:33: warning[SC2154]: upgradefrom_major is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def21]
/usr/bin/postgresql-upgrade:155:12: warning[SC2154]: upgradefrom_engine is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def22]
/usr/bin/postgresql-upgrade:156:31: warning[SC2154]: upgradefrom_package is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def23]
/usr/bin/postgresql-upgrade:167:26: warning[SC2154]: data is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-456): [#def24]
/usr/lib64/pgsql/pgxs/config/install-sh:53:3: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING: [#def25]
/usr/lib64/pgsql/pgxs/config/install-sh:142:33: warning[SC2320]: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING: [#def26]
/usr/lib64/pgsql/pgxs/config/install-sh:167:47: warning[SC2320]: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-456): [#def27]
/usr/lib64/pgsql/pgxs/config/install-sh:188:11: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def28]
/usr/lib64/pgsql/pgxs/config/install-sh:212:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-569): [#def29]
/usr/lib64/pgsql/pgxs/config/install-sh:213:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-569): [#def30]
/usr/lib64/pgsql/pgxs/config/install-sh:214:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-398): [#def31]
/usr/lib64/pgsql/pgxs/config/install-sh:214:28: warning[SC2172]: Trapping signals by number is not well defined. Prefer signal names.
Error: SHELLCHECK_WARNING (CWE-569): [#def32]
/usr/lib64/pgsql/pgxs/config/install-sh:215:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING: [#def33]
/usr/lib64/pgsql/pgxs/config/install-sh:348:31: warning[SC3028]: In POSIX sh, RANDOM is undefined.
Error: SHELLCHECK_WARNING (CWE-457): [#def34]
/usr/lib64/pgsql/pgxs/config/install-sh:349:11: warning[SC2154]: ret is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-456): [#def35]
/usr/lib64/pgsql/pgxs/config/install-sh:404:11: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def36]
/usr/lib64/pgsql/pgxs/config/install-sh:480:12: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def37]
/usr/lib64/pgsql/pgxs/config/install-sh:481:12: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def38]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:53:3: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING: [#def39]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:142:33: warning[SC2320]: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING: [#def40]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:167:47: warning[SC2320]: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-456): [#def41]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:188:11: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def42]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:212:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-569): [#def43]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:213:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-569): [#def44]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:214:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING (CWE-398): [#def45]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:214:28: warning[SC2172]: Trapping signals by number is not well defined. Prefer signal names.
Error: SHELLCHECK_WARNING (CWE-569): [#def46]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:215:18: warning[SC2064]: Use single quotes, otherwise this expands now rather than when signalled.
Error: SHELLCHECK_WARNING: [#def47]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:348:31: warning[SC3028]: In POSIX sh, RANDOM is undefined.
Error: SHELLCHECK_WARNING (CWE-457): [#def48]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:349:11: warning[SC2154]: ret is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-456): [#def49]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:404:11: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def50]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:480:12: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def51]
/usr/lib64/pgsql/postgresql-15/lib/pgxs/config/install-sh:481:12: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-758): [#def52]
/usr/share/postgresql-setup/library.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-457): [#def53]
/usr/share/postgresql-setup/library.sh:8:19: warning[SC2154]: option_debug is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-563): [#def54]
/usr/share/postgresql-setup/library.sh:67:11: warning[SC2034]: id appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def55]
/usr/share/postgresql-setup/library.sh:67:14: warning[SC2034]: temp_major appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def56]
/usr/share/postgresql-setup/library.sh:67:25: warning[SC2034]: temp_engine appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def57]
/usr/share/postgresql-setup/library.sh:67:37: warning[SC2034]: temp_data_default appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def58]
/usr/share/postgresql-setup/library.sh:67:55: warning[SC2034]: temp_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def59]
/usr/share/postgresql-setup/library.sh:81:19: warning[SC2154]: __pg_conf_id is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def60]
/usr/share/postgresql-setup/library.sh:81:35: warning[SC2154]: __pg_conf_description is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def61]
/usr/share/postgresql-setup/library.sh:83:33: warning[SC2154]: __pg_conf_major is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def62]
/usr/share/postgresql-setup/library.sh:95:30: warning[SC2154]: upgrade_from_scls is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def63]
/usr/share/postgresql-setup/library.sh:100:27: warning[SC2154]: upgradefrom_redhat_sockets_hack is referenced but not assigned.
Error: SHELLCHECK_WARNING: [#def64]
/usr/share/postgresql-setup/postgresql_pkg_tests.sh:9:11: warning[SC3028]: In POSIX sh, RANDOM is undefined.
Error: SHELLCHECK_WARNING: [#def65]
/usr/share/postgresql-setup/postgresql_pkg_tests.sh:86:9: warning[SC3011]: In POSIX sh, here-strings are undefined.
Error: CPPCHECK_WARNING (CWE-457): [#def66]
postgresql16-16.3-build/postgresql-16.3/contrib/bloom/blvacuum.c:153: warning[uninitvar]: Uninitialized variable: notFullPage
Error: GCC_ANALYZER_WARNING (CWE-457): [#def67]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c: scope_hint: In function ‘cube_yyparse’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:454:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:439:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:439:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:439:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubeparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1299:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1301:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1301:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def69]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1584:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1570:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1574:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def70]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1624: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def71]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1625: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1838:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1822:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1831:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1840:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/cube/cubescan.c:1772:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-457): [#def73]
postgresql16-16.3-build/postgresql-16.3/contrib/dblink/dblink.c:673: error[legacyUninitvar]: Uninitialized variable: conn
Error: CPPCHECK_WARNING (CWE-457): [#def74]
postgresql16-16.3-build/postgresql-16.3/contrib/dblink/dblink.c:673: error[legacyUninitvar]: Uninitialized variable: sql
Error: CPPCHECK_WARNING (CWE-768): [#def75]
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore_io.c:466: error[unknownEvaluationOrder]: Expression '(entry)++->entry' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def76]
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore_op.c: scope_hint: In function ‘hstore_delete_array’
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore_op.c:341:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore_op.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore.h:28:29: note: in definition of macro ‘HSE_ISFIRST’
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore.h:81:42: note: in expansion of macro ‘HSE_LEN’
postgresql16-16.3-build/postgresql-16.3/contrib/hstore/hstore_op.c:339:59: note: in expansion of macro ‘HSTORE_KEYLEN’
Error: CPPCHECK_WARNING (CWE-476): [#def77]
postgresql16-16.3-build/postgresql-16.3/contrib/intarray/_intbig_gist.c:172: warning[nullPointer]: Possible null pointer dereference: ptr
Error: CPPCHECK_WARNING (CWE-682): [#def78]
postgresql16-16.3-build/postgresql-16.3/contrib/intarray/_intbig_gist.c:173: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def79]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_gist.c: scope_hint: In function ‘ltree_gist_alloc’
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_gist.c:76:17: warning[-Wanalyzer-null-argument]: use of NULL ‘left’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def80]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c: scope_hint: In function ‘parse_lquery’
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:346:53: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def81]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:356:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def82]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:361:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def83]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:366:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def84]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:392:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:12: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:389:42: note: in expansion of macro ‘ISLABEL’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def85]
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c: scope_hint: In function ‘finish_nodeitem’
postgresql16-16.3-build/postgresql-16.3/contrib/ltree/ltree_io.c:595:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
Error: CPPCHECK_WARNING (CWE-476): [#def86]
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_gin.c:144: warning[nullPointer]: Possible null pointer dereference: (union varattrib_4b*)(trg)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def87]
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_regexp.c: scope_hint: In function ‘packGraph’
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_regexp.c:1999:65: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/itup.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/gist.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm.h:7: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_regexp.c:195: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_regexp.c:1977:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/contrib/pg_trgm/trgm_regexp.c:1977:17: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-457): [#def88]
postgresql16-16.3-build/postgresql-16.3/contrib/pgcrypto/pgp-pgsql.c:403: error[uninitvar]: Uninitialized variable: tmp
Error: CPPCHECK_WARNING (CWE-457): [#def89]
postgresql16-16.3-build/postgresql-16.3/contrib/pgcrypto/pgp-pgsql.c:482: error[uninitvar]: Uninitialized variable: tmp
Error: CPPCHECK_WARNING (CWE-768): [#def90]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1408: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def91]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1408: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(retrieved_attrs)},(union ListCell){.ptr_value=(makeInteger(fpinfo->fetch_size))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def92]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1886: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def93]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1886: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def94]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1886: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def95]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:1886: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def96]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:2595: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def97]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:2595: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def98]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:2595: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)},(union ListCell){.ptr_value=(makeBoolean(plan->canSetTag))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def99]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c: scope_hint: In function ‘estimate_path_cost_size’
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:3470:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fpextra’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:940:48: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:6051:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:6051:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/foreign/fdwapi.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:3466:29: note: in expansion of macro ‘IS_UPPER_REL’
Error: CPPCHECK_WARNING (CWE-768): [#def100]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:6860: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeBoolean(true))},(union ListCell){.ptr_value=(makeBoolean(false))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def101]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:7091: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeBoolean(has_final_sort))},(union ListCell){.ptr_value=(makeBoolean(extra->limit_needed))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def102]
postgresql16-16.3-build/postgresql-16.3/contrib/postgres_fdw/postgres_fdw.c:7457: warning[nullPointer]: Possible null pointer dereference: fsstate
Error: GCC_ANALYZER_WARNING (CWE-457): [#def103]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c: scope_hint: In function ‘seg_yyparse’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:457:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:442:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:442:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:442:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segparse.c:979:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1281:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1283:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1283:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def105]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1566:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1552:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1556:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def106]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1606: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def107]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1607: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def108]
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1820:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1804:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1813:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1822:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/contrib/seg/segscan.c:1754:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-457): [#def109]
postgresql16-16.3-build/postgresql-16.3/contrib/sepgsql/label.c:605: warning[uninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def110]
postgresql16-16.3-build/postgresql-16.3/contrib/sepgsql/label.c:643: warning[uninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def111]
postgresql16-16.3-build/postgresql-16.3/contrib/sepgsql/selinux.c:887: warning[uninitvar]: Uninitialized variable: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def112]
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c: scope_hint: In function ‘check_primary_key’
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:160:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘argtypes’
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:12: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/commands/trigger.h:123:11: note: in definition of macro ‘TRIGGER_FIRED_FOR_ROW’
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:85:13: note: in expansion of macro ‘TRIGGER_FIRED_BY_INSERT’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def113]
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c: scope_hint: In function ‘check_foreign_key’
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:407:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘argtypes’
postgresql16-16.3-build/postgresql-16.3/src/include/commands/trigger.h:123:11: note: in definition of macro ‘TRIGGER_FIRED_FOR_ROW’
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:285:13: note: in expansion of macro ‘TRIGGER_FIRED_BY_INSERT’
postgresql16-16.3-build/postgresql-16.3/src/include/port.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:1375: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/spi/refint.c:8: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def114]
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c: scope_hint: In function ‘placeChar’
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c:78:25: warning[-Wanalyzer-null-argument]: use of NULL ‘replaceTo’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
postgresql16-16.3-build/postgresql-16.3/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def115]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/bloom/blvacuum.c:153: warning[uninitvar]: Uninitialized variable: notFullPage
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubeparse.y:269: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1291:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1277:45: note: in expansion of macro ‘YY_CURRENT_BUFFER_LVALUE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1293:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:2031:7: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1293:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1277:45: note: in expansion of macro ‘YY_CURRENT_BUFFER_LVALUE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1293:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:2031:7: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1293:41: note: in expansion of macro ‘yyrealloc’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1576:12: warning[-Wanalyzer-malloc-leak]: leak of ‘cube_yyalloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1562:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1566:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:2026:7: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1566:31: note: in expansion of macro ‘yyalloc’
Error: CPPCHECK_WARNING (CWE-476): [#def118]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1616: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def119]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1617: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c: scope_hint: In function ‘cube_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1830:45: warning[-Wanalyzer-malloc-leak]: leak of ‘cube_yyalloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1814:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1823:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:2026:7: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1823:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1832:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/cube/cubescan.c:1764:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-457): [#def121]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/dblink/dblink.c:721: error[legacyUninitvar]: Uninitialized variable: conn
Error: CPPCHECK_WARNING (CWE-457): [#def122]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/dblink/dblink.c:721: error[legacyUninitvar]: Uninitialized variable: sql
Error: CPPCHECK_WARNING (CWE-768): [#def123]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore_io.c:410: error[unknownEvaluationOrder]: Expression '(entry)++->entry' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def124]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore_op.c: scope_hint: In function ‘hstore_delete_array’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore_op.c:343:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore_op.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore.h:28:29: note: in definition of macro ‘HSE_ISFIRST’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore.h:81:42: note: in expansion of macro ‘HSE_LEN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/hstore/hstore_op.c:341:59: note: in expansion of macro ‘HSTORE_KEYLEN’
Error: CPPCHECK_WARNING (CWE-476): [#def125]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/intarray/_intbig_gist.c:168: warning[nullPointer]: Possible null pointer dereference: ptr
Error: CPPCHECK_WARNING (CWE-682): [#def126]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/intarray/_intbig_gist.c:169: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def127]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_gist.c: scope_hint: In function ‘ltree_gist_alloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_gist.c:73:17: warning[-Wanalyzer-null-argument]: use of NULL ‘left’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def128]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c: scope_hint: In function ‘parse_lquery’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:339:53: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:12: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def129]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:349:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def130]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:354:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def131]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:359:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def132]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:382:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:379:42: note: in expansion of macro ‘ISALNUM’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def133]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c: scope_hint: In function ‘finish_nodeitem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:581:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lptr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/ltree/ltree_io.c:313:37: note: in expansion of macro ‘ISALNUM’
Error: CPPCHECK_WARNING (CWE-476): [#def134]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_gin.c:143: warning[nullPointer]: Possible null pointer dereference: (union varattrib_4b*)(trg)
Error: CPPCHECK_WARNING (CWE-457): [#def135]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c:570: warning[uninitvar]: Uninitialized variables: trg.vl_len_, trg.flag
Error: GCC_ANALYZER_WARNING (CWE-476): [#def136]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c: scope_hint: In function ‘packGraph’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c:2011:65: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/itup.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/gist.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm.h:7: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c:195: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c:1989:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pg_trgm/trgm_regexp.c:1989:17: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def137]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1410: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def138]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1410: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(retrieved_attrs)},(union ListCell){.ptr_value=(makeInteger(fpinfo->fetch_size))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def139]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1890: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def140]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1890: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def141]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1890: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def142]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:1890: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(targetAttrs)},(union ListCell){.ptr_value=(makeInteger(values_end_len))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def143]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:2591: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def144]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:2591: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def145]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:2591: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(sql.data))},(union ListCell){.ptr_value=(makeBoolean(retrieved_attrs!=((struct List*)NULL)))},(union ListCell){.ptr_value=(retrieved_attrs)},(union ListCell){.ptr_value=(makeBoolean(plan->canSetTag))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def146]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c: scope_hint: In function ‘estimate_path_cost_size’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:3469:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fpextra’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:940:48: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:5847:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:5847:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/foreign/fdwapi.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:3465:29: note: in expansion of macro ‘IS_UPPER_REL’
Error: CPPCHECK_WARNING (CWE-768): [#def147]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:6654: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeBoolean(true))},(union ListCell){.ptr_value=(makeBoolean(false))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def148]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:6885: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeBoolean(has_final_sort))},(union ListCell){.ptr_value=(makeBoolean(extra->limit_needed))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def149]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/postgres_fdw/postgres_fdw.c:7251: warning[nullPointer]: Possible null pointer dereference: fsstate
Error: GCC_ANALYZER_WARNING (CWE-401): [#def150]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segparse.y:177: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1272:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1258:45: note: in expansion of macro ‘YY_CURRENT_BUFFER_LVALUE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1274:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:2012:7: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1274:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1258:45: note: in expansion of macro ‘YY_CURRENT_BUFFER_LVALUE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1274:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:2012:7: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1274:41: note: in expansion of macro ‘yyrealloc’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def151]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1557:12: warning[-Wanalyzer-malloc-leak]: leak of ‘seg_yyalloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1543:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1547:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:2007:7: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1547:31: note: in expansion of macro ‘yyalloc’
Error: CPPCHECK_WARNING (CWE-476): [#def152]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1597: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def153]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1598: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def154]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c: scope_hint: In function ‘seg_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1811:45: warning[-Wanalyzer-malloc-leak]: leak of ‘seg_yyalloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1795:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1804:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:2007:7: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1804:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1813:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/seg/segscan.c:1745:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-457): [#def155]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/sepgsql/label.c:605: warning[uninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def156]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/sepgsql/label.c:643: warning[uninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def157]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/sepgsql/selinux.c:887: warning[uninitvar]: Uninitialized variable: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c: scope_hint: In function ‘check_primary_key’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:160:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘argtypes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:12: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/commands/trigger.h:123:11: note: in definition of macro ‘TRIGGER_FIRED_FOR_ROW’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:85:13: note: in expansion of macro ‘TRIGGER_FIRED_BY_INSERT’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def159]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c: scope_hint: In function ‘check_foreign_key’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:407:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘argtypes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/commands/trigger.h:123:11: note: in definition of macro ‘TRIGGER_FIRED_FOR_ROW’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:285:13: note: in expansion of macro ‘TRIGGER_FIRED_BY_INSERT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:1415: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/spi/refint.c:8: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def160]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c: scope_hint: In function ‘placeChar’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c:78:25: warning[-Wanalyzer-null-argument]: use of NULL ‘replaceTo’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/unaccent/unaccent.c:119:17: note: in expansion of macro ‘PG_TRY’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def161]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘brin_range_deserialize’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:815:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:57: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:813:44: note: in expansion of macro ‘PointerGetDatum’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def162]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:824:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:822:44: note: in expansion of macro ‘PointerGetDatum’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def163]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:834:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def164]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘reduce_expanded_ranges’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:1519:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘distances’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:544:37: note: in definition of macro ‘DatumGetObjectId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:79: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_minmax_multi.c:1654:15: note: in expansion of macro ‘AllocSetContextCreate’
Error: CPPCHECK_WARNING (CWE-476): [#def165]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:971: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def166]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:972: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def167]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:973: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def168]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:974: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def169]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:976: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def170]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:980: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def171]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/common/heaptuple.c:981: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: GCC_ANALYZER_WARNING (CWE-688): [#def172]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:579:25: warning[-Wanalyzer-null-argument]: use of NULL ‘newrootpg’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:128:43: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:701:21: note: in expansion of macro ‘GinPageIsIncompleteSplit’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/buf.h:37:35: note: in definition of macro ‘BufferIsLocal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:705:24: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:479:34: note: in expansion of macro ‘GinPageGetOpaque’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def173]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c: scope_hint: In function ‘ginRedoRecompress’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c:284:33: warning[-Wanalyzer-null-argument]: use of NULL ‘newseg’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/bufmask.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:139:9: note: in expansion of macro ‘BufferIsLocal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c:378:40: note: in expansion of macro ‘BufferGetPage’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def174]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c:291:33: warning[-Wanalyzer-null-argument]: use of NULL ‘newseg’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:139:9: note: in expansion of macro ‘BufferIsLocal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginxlog.c:378:40: note: in expansion of macro ‘BufferGetPage’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def175]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/hash/hashfunc.c:321: error[legacyUninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def176]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/hash/hashfunc.c:378: error[legacyUninitvar]: Uninitialized variable: result
Error: GCC_ANALYZER_WARNING (CWE-688): [#def177]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/hash/hashpage.c: scope_hint: In function ‘_hash_getcachedmetap’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/hash/hashpage.c:1531:17: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/hash.h:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/hash/hashpage.c:31: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:126:10: note: in definition of macro ‘BufferIsValid’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def178]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/heap/heapam.c:5597: error[legacyUninitvar]: Uninitialized variable: status
Error: GCC_ANALYZER_WARNING (CWE-476): [#def179]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/heap/heapam.c: scope_hint: In function ‘heap_xlog_update’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/heap/heapam.c:9556:76: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def180]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtsplitloc.c: scope_hint: In function ‘_bt_split_lastleft’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtsplitloc.c:1168:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘split’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def181]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtsplitloc.c: scope_hint: In function ‘_bt_split_firstright’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtsplitloc.c:1184:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘split’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def182]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c: scope_hint: In function ‘spgAllocSearchItem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:123:17: warning[-Wanalyzer-null-argument]: use of NULL ‘distances’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/tidbitmap.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/genam.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:91:9: note: in expansion of macro ‘BlockIdGetBlockNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:101:9: note: in expansion of macro ‘ItemPointerGetBlockNumberNoCheck’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:845:45: note: in expansion of macro ‘ItemPointerGetBlockNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:23: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:864:32: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:864:32: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/relscan.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgscan.c:872:52: note: in expansion of macro ‘PageGetMaxOffsetNumber’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def183]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgutils.c:790:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘spgFormInnerTuple’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def184]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘memcpyInnerDatum.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgutils.c:795:17: warning[-Wanalyzer-null-argument]: use of NULL ‘target’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘memcpyInnerDatum.part.0’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-476): [#def185]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/twophase.c:1033: error[ctunullpointer]: Null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-682): [#def186]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:1552: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-131): [#def187]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xloginsert.c: scope_hint: In function ‘XLogResetInsertion’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xloginsert.c:233:24: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/probes.h:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/pg_trace.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xloginsert.c:38: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xloginsert.c:460:9: note: in expansion of macro ‘TRACE_POSTGRESQL_WAL_INSERT’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def188]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootparse.y:492: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1489:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1491:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1491:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def189]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1777:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1763:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1767:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def190]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1817: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def191]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1818: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def192]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:2031:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:2015:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:2024:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:2033:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/bootstrap/bootscanner.c:1965:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def193]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:2341: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(typename)},((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def194]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:2344: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(name)},((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def195]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:2348: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(name,0)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def196]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:2355: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(name)},(union ListCell){.ptr_value=(args)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def197]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:4920: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(coll->collname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def198]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:4994: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(conForm->conname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def199]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5099: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(schema)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def200]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5099: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(opcForm->opcname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def201]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5179: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltype)},(union ListCell){.ptr_value=(rtype)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def202]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5241: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltype)},(union ListCell){.ptr_value=(rtype)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def203]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5361: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formStatistic->stxname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def204]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5388: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formParser->prsname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def205]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5415: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formDict->dictname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def206]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5442: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formTmpl->tmplname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def207]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5469: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formCfg->cfgname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def208]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5976: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(pstrdup(schema))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def209]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:5976: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(pstrdup(schema))},(union ListCell){.ptr_value=(pstrdup(opfForm->opfname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def210]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/objectaddress.c:6014: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(relForm->relname.data))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def211]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/partition.c: scope_hint: In function ‘has_partition_attrs’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/partition.c:286:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘partexprs_item’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/partition.c: scope_hint: In function ‘has_partition_attrs’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def212]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:538:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘newlc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:368:55: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:535:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:535:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:535:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/pg_proc.c:535:25: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def213]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/catalog/toasting.c:327: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=("chunk_id")},(union ListCell){.ptr_value=("chunk_seq")}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def214]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c: scope_hint: In function ‘do_analyze_rel’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c:611:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c: scope_hint: In function ‘do_analyze_rel’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def215]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c:657:55: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def216]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c: scope_hint: In function ‘compute_index_stats’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/analyze.c:850:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def217]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/copy.c: scope_hint: In function ‘DoCopy’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/copy.c:301:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rel’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:48: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/copy.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:569:28: note: in expansion of macro ‘palloc0fast’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:593:53: note: in expansion of macro ‘newNode’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/copy.c:285:25: note: in expansion of macro ‘makeNode’
Error: CPPCHECK_WARNING (CWE-476): [#def218]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/extension.c:310: error[ctunullpointer]: Null pointer dereference: versionname
Error: CPPCHECK_WARNING (CWE-476): [#def219]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/extension.c:310: warning[nullPointer]: Possible null pointer dereference: versionname
Error: CPPCHECK_WARNING (CWE-476): [#def220]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/extension.c:3020: warning[nullPointer]: Possible null pointer dereference: versionName
Error: CPPCHECK_WARNING (CWE-457): [#def221]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/policy.c:131: error[legacyUninitvar]: Uninitialized variable: polcmd
Error: CPPCHECK_WARNING (CWE-786): [#def222]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tablecmds.c:4826: error[negativeIndex]: Array 'tab->subcmds[11]' accessed at index -1, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-457): [#def223]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tablecmds.c:12063: error[legacyUninitvar]: Uninitialized variable: contype
Error: CPPCHECK_WARNING (CWE-768): [#def224]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tablecmds.c:13633: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(get_namespace_name(rel->rd_rel->relnamespace)))},(union ListCell){.ptr_value=(makeString(pstrdup((rel->rd_rel->relname).data)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def225]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tablecmds.c:13633: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(get_namespace_name(rel->rd_rel->relnamespace)))},(union ListCell){.ptr_value=(makeString(pstrdup((rel->rd_rel->relname).data)))},(union ListCell){.ptr_value=(makeString(pstrdup(conname)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def226]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tablecmds.c:13641: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeTypeNameFromNameList((typeof(domname))copyObjectImpl(domname)))},(union ListCell){.ptr_value=(makeString(pstrdup(conname)))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def227]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tsearchcmds.c: scope_hint: In function ‘buildDefItem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/commands/tsearchcmds.c:1761:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘val’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def228]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execExprInterp.c: scope_hint: In function ‘ExecEvalStepOp.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execExprInterp.c:2336:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execExprInterp.c: scope_hint: In function ‘ExecEvalStepOp.part.0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def229]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execJunk.c: scope_hint: In function ‘ExecInitJunkFilterConversion’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execJunk.c:176:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
Error: CPPCHECK_WARNING (CWE-476): [#def230]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execProcnode.c:391: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def231]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execProcnode.c:407: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def232]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execProcnode.c:433: error[ctunullpointer]: Null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-476): [#def233]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execProcnode.c:433: warning[nullPointer]: Possible null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-476): [#def234]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execProcnode.c:434: warning[nullPointer]: Possible null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-457): [#def235]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execScan.c:338: error[legacyUninitvar]: Uninitialized variable: relids
Error: GCC_ANALYZER_WARNING (CWE-457): [#def236]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execTuples.c: scope_hint: In function ‘do_tup_output’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/execTuples.c:2285:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘isnull’
Error: CPPCHECK_WARNING (CWE-457): [#def237]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeAppend.c:1063: warning[uninitvar]: Uninitialized variable: noccurred
Error: GCC_ANALYZER_WARNING (CWE-476): [#def238]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeHash.c: scope_hint: In function ‘ExecParallelHashRepartitionFirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeHash.c:1345:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-457): [#def239]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/lib/dshash.c:969: error[uninitvar]: Uninitialized variable: *bucket_head
Error: CPPCHECK_WARNING (CWE-457): [#def240]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/lib/dshash.c:998: error[uninitvar]: Uninitialized variable: *bucket_head
Error: GCC_ANALYZER_WARNING (CWE-476): [#def241]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/lib/pairingheap.c: scope_hint: In function ‘merge_children.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/lib/pairingheap.c:275:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pairs’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def242]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2903:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘data’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:682:17: note: in expansion of macro ‘pq_flush’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:233:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:754:9: note: in expansion of macro ‘elog’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2955:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2955:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2958:100: note: in expansion of macro ‘lfirst’
Error: CPPCHECK_WARNING (CWE-457): [#def243]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:3119: warning[uninitvar]: Uninitialized variable: encryptedpassword
Error: CPPCHECK_WARNING (CWE-457): [#def244]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/be-fsstubs.c:503: warning[uninitvar]: Uninitialized variable: fd
Error: GCC_ANALYZER_WARNING (CWE-476): [#def245]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c: scope_hint: In function ‘parse_hba_line’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c:960:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c:28: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c:2237:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c:2237:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c: scope_hint: In function ‘parse_hba_line’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def246]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c: scope_hint: In function ‘parse_ident_line’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c:2331:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/hba.c: scope_hint: In function ‘parse_ident_line’
Error: CPPCHECK_WARNING (CWE-768): [#def247]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/nodes/makefuncs.c:623: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(rightop)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def248]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/nodes/makefuncs.c:695: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(qual1)},(union ListCell){.ptr_value=(qual2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def249]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/indxpath.c:3272: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rightop)},(union ListCell){.ptr_value=(leftop)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def250]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c: scope_hint: In function ‘try_partitionwise_join’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c:1431:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lcr1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/optimizer/appendinfo.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c:1384:14: note: in expansion of macro ‘IS_PARTITIONED_REL’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def251]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c:1432:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lcr2’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c:1384:14: note: in expansion of macro ‘IS_PARTITIONED_REL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/joinrels.c: scope_hint: In function ‘try_partitionwise_join’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def252]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/pathkeys.c: scope_hint: In function ‘pathkey_is_redundant’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/pathkeys.c:137:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘new_pathkey’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/attmap.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupconvert.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/execnodes.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/makefuncs.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/pathkeys.c:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/pathkeys.c:1132:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/path/pathkeys.c:1132:9: note: in expansion of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def253]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c: scope_hint: In function ‘query_is_distinct_for’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c:899:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lg’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/primnodes.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/parsenodes.h:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodeFuncs.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c:684:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c: scope_hint: In function ‘query_is_distinct_for’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c:889:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/analyzejoins.c:889:25: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def254]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1035: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftjoinlist)},(union ListCell){.ptr_value=(rightjoinlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def255]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1058: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftpart)},(union ListCell){.ptr_value=(rightpart)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def256]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c: scope_hint: In function ‘distribute_qual_to_rels’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1648:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘postponed_qual_list’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/primnodes.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/parsenodes.h:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/catalog/objectaddress.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/catalog/pg_type.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1098:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1098:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1103:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/initsplan.c:1103:17: note: in expansion of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def257]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c: scope_hint: In function ‘fix_expr_common’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:1908:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*root.grouping_map’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/primnodes.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/parsenodes.h:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/catalog/objectaddress.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/catalog/pg_type.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:3336:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:57: note: in definition of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:3349:29: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:3336:13: note: in expansion of macro ‘IsA’
Error: CPPCHECK_WARNING (CWE-476): [#def258]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/setrefs.c:2004: warning[nullPointer]: Possible null pointer dereference: bestplan
Error: CPPCHECK_WARNING (CWE-768): [#def259]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/subselect.c:303: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(hashplan)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def260]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘preprocess_targetlist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c:119:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘target_rte’
Error: CPPCHECK_WARNING (CWE-768): [#def261]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:482: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath_tlist)},(union ListCell){.ptr_value=(rpath_tlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def262]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:757: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath)},(union ListCell){.ptr_value=(rpath)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def263]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:758: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath_tlist)},(union ListCell){.ptr_value=(rpath_tlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def264]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:763: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rpath)},(union ListCell){.ptr_value=(lpath)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def265]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:764: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rpath_tlist)},(union ListCell){.ptr_value=(lpath_tlist)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def266]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_setop_grouplist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1412:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lg’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_setop_grouplist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1395:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1395:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1395:9: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def267]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/util/clauses.c:2891: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(simple)},((union ListCell){.ptr_value=(makeConst(26,-1,(unsigned int)0,sizeof(unsigned int),(unsigned long)(intypioparam),false,true))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def268]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/util/clauses.c:2891: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(simple)},((union ListCell){.ptr_value=(makeConst(26,-1,(unsigned int)0,sizeof(unsigned int),(unsigned long)(intypioparam),false,true))}),((union ListCell){.ptr_value=(makeConst(23,-1,(unsigned int)0,sizeof(int32),(unsigned long)(-1),false,true))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def269]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/util/clauses.c:4279: warning[uninitvar]: Uninitialized variable: actual_arg_types
Error: CPPCHECK_WARNING (CWE-768): [#def270]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/util/relnode.c:2021: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(larg)},(union ListCell){.ptr_value=(rarg)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def271]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/util/restrictinfo.c:342: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(clause->args,1)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(clause->args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def272]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/analyze.c:2195: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def273]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/analyze.c:2250: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def274]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/analyze.c:2263: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def275]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:1790: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-2].ival,yylsp[-2]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def276]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:4194: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].ielem)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def277]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:4199: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-5].ielem)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def278]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5057: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def279]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5137: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[0].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def280]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5803: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(events1|events2))},((union ListCell){.ptr_value=(list_concat(columns1,columns2))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def281]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5810: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<2))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def282]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5812: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<3))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def283]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5814: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<4))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def284]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5816: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<4))},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def285]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:5818: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<5))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def286]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:6937: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeTypeNameFromNameList(yyvsp[-2].list))},(union ListCell){.ptr_value=(makeString(yyvsp[-5].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def287]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:6973: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[-2].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def288]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:7009: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-5].typnam)},(union ListCell){.ptr_value=(yyvsp[-3].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def289]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8345: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=((struct List*)NULL)},(union ListCell){.ptr_value=(makeInteger(-1))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def290]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8349: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].list)},(union ListCell){.ptr_value=(makeInteger(-1))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def291]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8353: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].list)},(union ListCell){.ptr_value=(makeInteger(0))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def292]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8497: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(yyvsp[-2].str))},(union ListCell){.ptr_value=(makeString(yyvsp[0].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def293]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8776: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def294]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8778: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def295]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8780: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def296]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8896: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].typnam)},(union ListCell){.ptr_value=(yyvsp[-2].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def297]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8930: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].objwithargs)},(union ListCell){.ptr_value=(yyvsp[0].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def298]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8934: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].objwithargs)},(union ListCell){.ptr_value=(yyvsp[-6].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def299]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8938: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].objwithargs)},(union ListCell){.ptr_value=(NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def300]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8942: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[0].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def301]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:8952: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[-1].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def302]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:11423: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def303]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:11435: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def304]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13462: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].alias)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def305]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13466: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def306]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13473: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(a)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def307]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13480: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(a)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def308]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13484: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def309]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13513: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].alias)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def310]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13639: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].node)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def311]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13657: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].node)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def312]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:13963: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-1].ival,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def313]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14347: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(1<<12,yylsp[-3]))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-1].ival,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def314]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14396: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def315]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14460: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def316]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14474: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def317]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14488: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def318]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14502: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def319]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14521: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def320]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14539: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def321]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14675: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def322]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14683: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def323]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14691: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def324]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14699: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def325]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14802: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def326]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:14817: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def327]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15280: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def328]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15439: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[-1].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def329]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15451: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeBoolAConst(yyvsp[-1].boolean,-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def330]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15468: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def331]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15468: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[-1].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def332]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:15973: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeStringConst(yyvsp[-2].str,yylsp[-2]))}),(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def333]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16003: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def334]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16003: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def335]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16003: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def336]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16008: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def337]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16008: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def338]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16014: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def339]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16037: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def340]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16037: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def341]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16042: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def342]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16042: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def343]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16053: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def344]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16068: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeIntConst(1,-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def345]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16068: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeIntConst(1,-1))}),((union ListCell){.ptr_value=(makeTypeCast(yyvsp[0].node,SystemTypeName("int4"),-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def346]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16074: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def347]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16074: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def348]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16398: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-2].ival,yylsp[-2]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def349]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:16492: error[legacyUninitvar]: Uninitialized variable: n
Error: CPPCHECK_WARNING (CWE-768): [#def350]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:17923: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_concat(directargs,orderedargs))}),(union ListCell){.ptr_value=(ndirectargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def351]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:18030: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString("pg_catalog"))},(union ListCell){.ptr_value=(makeString(name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def352]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:18042: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString("pg_catalog"))},(union ListCell){.ptr_value=(makeString(name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def353]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:18111: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lexpr)},(union ListCell){.ptr_value=(rexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def354]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/gram.y:18128: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lexpr)},(union ListCell){.ptr_value=(rexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def355]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_agg.c:2077: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(make_agg_arg(17,(unsigned int)0))}),((union ListCell){.ptr_value=(make_agg_arg(2281,(unsigned int)0))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def356]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_clause.c:1591: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_colvar)},(union ListCell){.ptr_value=(r_colvar)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def357]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_clause.c:1595: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_colvar)},(union ListCell){.ptr_value=(r_colvar)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def358]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_clause.c:1663: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_node)},(union ListCell){.ptr_value=(r_node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def359]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_collate.c:377: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(le)},(union ListCell){.ptr_value=(re)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def360]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_cte.c:276: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def361]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_cte.c:292: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def362]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_cte.c:298: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def363]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1213: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(cmp)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def364]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1252: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def365]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1261: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def366]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1270: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def367]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1277: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(cexpr))copyObjectImpl(cexpr),a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(bexpr))copyObjectImpl(bexpr),a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def368]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1284: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(sub1)},(union ListCell){.ptr_value=(sub2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def369]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1288: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def370]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1295: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(cexpr))copyObjectImpl(cexpr),a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(bexpr))copyObjectImpl(bexpr),a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def371]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:1302: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(sub1)},(union ListCell){.ptr_value=(sub2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def372]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_expr.c:2942: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(cmp)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def373]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:1781: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(aarg->ptr_value)},(union ListCell){.ptr_value=(harg->ptr_value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def374]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:1785: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(aarg->ptr_value)},(union ListCell){.ptr_value=(harg->ptr_value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def375]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:2272: warning[uninitvar]: Uninitialized variable: argoids
Error: CPPCHECK_WARNING (CWE-768): [#def376]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_oper.c:733: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltree)},(union ListCell){.ptr_value=(rtree)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def377]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_oper.c:835: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltree)},(union ListCell){.ptr_value=(rtree)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def378]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:516: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(snamespace))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def379]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:516: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(snamespace))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))},(union ListCell){.ptr_value=(makeString(column->colname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def380]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:1125: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(cxt->relation->schemaname))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def381]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:1125: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(cxt->relation->schemaname))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))},(union ListCell){.ptr_value=(makeString(def->colname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def382]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:1386: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(heapRel->schemaname))},(union ListCell){.ptr_value=(makeString(heapRel->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def383]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:1386: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(heapRel->schemaname))},(union ListCell){.ptr_value=(makeString(heapRel->relname))},(union ListCell){.ptr_value=(makeString(n->conname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def384]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:1687: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nspname))},(union ListCell){.ptr_value=(makeString(oprname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def385]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:2031: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nsp_name))},(union ListCell){.ptr_value=(makeString(coll_name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def386]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_utilcmd.c:2061: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nsp_name))},(union ListCell){.ptr_value=(makeString(opc_name))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def387]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c: scope_hint: In function ‘core_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7489:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7368:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7373:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7591:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7373:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7375:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7433:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7452:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7481:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7487:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7510:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7487:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7452:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7375:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7378:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7378:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7378:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7481:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7487:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7510:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/scan.c:7487:9: note: in expansion of macro ‘yy_flush_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def388]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:3944: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(arg1)},(union ListCell){.ptr_value=(arrexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def389]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4036: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(relidConst)},(union ListCell){.ptr_value=(modulusConst)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def390]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4036: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(relidConst)},(union ListCell){.ptr_value=(modulusConst)},(union ListCell){.ptr_value=(remainderConst)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def391]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4207: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(nulltest)},(union ListCell){.ptr_value=(opexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def392]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4225: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(nulltest)},(union ListCell){.ptr_value=(opexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def393]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:1852: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(new_booltest)},(union ListCell){.ptr_value=(nulltest)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def394]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:3478:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lc2’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def395]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:3522:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘values[0]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:54: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/partitioning/partprune.h:71:11: note: in definition of macro ‘PruneCxtStateIdx’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def396]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c: scope_hint: In function ‘ProcessStartupPacket’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:2345:55: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port/pg_crc32c.h:36: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/xlogrecord.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/xlogreader.h:41: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/xlog.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:97: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port/pg_bswap.h:125:33: note: in expansion of macro ‘pg_bswap32’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:2044:15: note: in expansion of macro ‘pg_ntoh32’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port/pg_bswap.h:125:33: note: in expansion of macro ‘pg_bswap32’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:2044:15: note: in expansion of macro ‘pg_ntoh32’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/common/ip.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:101: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/postmaster.c:2320:21: note: in expansion of macro ‘PG_PROTOCOL_MINOR’
Error: GCC_ANALYZER_WARNING: [#def397]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/syslogger.c: scope_hint: In function ‘SysLoggerMain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/syslogger.c:213:32: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘2’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def398]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/regexec.c:1506: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c: scope_hint: In function ‘getladfa’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:613:35: warning[-Wanalyzer-malloc-leak]: leak of ‘newdfa(v, &*sub.cnfa, &*v_15(D)->g.cmap, 0)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/regex/regguts.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/regexec.c:34: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:643:36: note: in expansion of macro ‘MALLOC’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:649:44: note: in expansion of macro ‘MALLOC’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def399]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c: scope_hint: In function ‘newdfa’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:680:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sml’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:624:51: note: in expansion of macro ‘MALLOC’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:624:51: note: in expansion of macro ‘MALLOC’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def400]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c: scope_hint: In function ‘getvacant’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/rege_dfa.c:1025:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘<unknown>’
Error: CPPCHECK_WARNING (CWE-457): [#def401]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/regex/regexec.c:226: warning[uninitvar]: Uninitialized variable: v->pmatch
Error: CPPCHECK_WARNING (CWE-457): [#def402]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/logical/reorderbuffer.c:4609: error[legacyUninitvar]: Uninitialized variable: chunksize
Error: GCC_ANALYZER_WARNING (CWE-401): [#def403]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_gram.y:420: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1963:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1130:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1150:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1174:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1174:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2102:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1174:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1176:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1949:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:1953:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def404]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2003: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def405]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2004: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def406]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2217:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2201:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2210:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2219:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/repl_scanner.c:2151:17: note: in expansion of macro ‘yy_scan_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def407]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_gram.y:116: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1353:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1355:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1355:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def408]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1638:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1624:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1628:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def409]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1678: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def410]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1679: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def411]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1892:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1876:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1885:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1894:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/replication/syncrep_scanner.c:1826:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def412]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/rewrite/rewriteSearchCycle.c:192: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeVar(1,path_varattno,2287,-1,0,0))}),(union ListCell){.ptr_value=(arr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def413]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/rewrite/rewriteSearchCycle.c:558: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_col_rowexpr)},((union ListCell){.ptr_value=(makeVar(1,cpa_attno,2287,-1,0,0))})' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def414]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/mvdistinct.c: scope_hint: In function ‘pg_ndistinct_out’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/mvdistinct.c:366:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-909): [#def415]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/lmgr/lmgr.c:731: error[uninitStructMember]: Uninitialized struct member: callback.previous
Error: GCC_ANALYZER_WARNING (CWE-476): [#def416]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/lmgr/proc.c: scope_hint: In function ‘ProcLockWakeup’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/lmgr/proc.c:1730:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘proc’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def417]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:524:47: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.itemoff’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def418]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:544:59: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.offsetindex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:236:53: note: in definition of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:736:17: note: in expansion of macro ‘PageGetMaxOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:236:53: note: in definition of macro ‘PageGetItemId’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def419]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:622:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.itemoff’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:736:17: note: in expansion of macro ‘PageGetMaxOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def420]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:648:59: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.offsetindex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:236:53: note: in definition of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:736:17: note: in expansion of macro ‘PageGetMaxOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:742:22: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:236:53: note: in definition of macro ‘PageGetItemId’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def421]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/smgr/md.c: scope_hint: In function ‘mdextend’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/storage/smgr/md.c:483:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-457): [#def422]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/dict_synonym.c:230: error[uninitvar]: Uninitialized variables: &key.outlen, &key.flags
Error: GCC_ANALYZER_WARNING (CWE-476): [#def423]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/ts_parse.c:81:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘res’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/ts_parse.c: scope_hint: In function ‘RemoveHead’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/ts_parse.c: scope_hint: In function ‘RemoveHead’
Error: CPPCHECK_WARNING (CWE-476): [#def424]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:453: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def425]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:453: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def426]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:454: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def427]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:454: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def428]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:455: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def429]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:455: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def430]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:456: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def431]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:456: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def432]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:457: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def433]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:457: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def434]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:458: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def435]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:458: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def436]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:459: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def437]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:459: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def438]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:460: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def439]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:460: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def440]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:461: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def441]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:461: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def442]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:469: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def443]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:469: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def444]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:476: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def445]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:476: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def446]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:482: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def447]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/tsearch/wparser_def.c:488: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-457): [#def448]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:1352: warning[uninitvar]: Uninitialized variable: dim
Error: CPPCHECK_WARNING (CWE-457): [#def449]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:1353: warning[uninitvar]: Uninitialized variable: lBound
Error: CPPCHECK_WARNING (CWE-457): [#def450]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:1709: warning[uninitvar]: Uninitialized variable: buf
Error: CPPCHECK_WARNING (CWE-457): [#def451]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:2907: warning[uninitvar]: Uninitialized variable: dim
Error: GCC_ANALYZER_WARNING (CWE-476): [#def452]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c: scope_hint: In function ‘array_contains_nulls’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:3622:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bitmap’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:29: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:3617:18: note: in expansion of macro ‘ARR_NULLBITMAP’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def453]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:3632:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bitmap’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:3617:18: note: in expansion of macro ‘ARR_NULLBITMAP’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def454]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c: scope_hint: In function ‘array_bitmap_copy’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/arrayfuncs.c:4818:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘destbitmap’
Error: CPPCHECK_WARNING (CWE-457): [#def455]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/dbsize.c:590: warning[uninitvar]: Uninitialized variable: buf
Error: CPPCHECK_WARNING (CWE-457): [#def456]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/inet_cidr_ntop.c:285: warning[uninitvar]: Uninitialized variable: outbuf
Error: CPPCHECK_WARNING (CWE-457): [#def457]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonb.c:125: error[legacyUninitvar]: Uninitialized variable: nbytes
Error: CPPCHECK_WARNING (CWE-457): [#def458]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonb.c:125: error[legacyUninitvar]: Uninitialized variable: str
Error: CPPCHECK_WARNING (CWE-457): [#def459]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonbsubs.c:155: error[legacyUninitvar]: Uninitialized variable: subExpr
Error: CPPCHECK_WARNING (CWE-476): [#def460]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonfuncs.c:5430: warning[nullPointer]: Possible null pointer dereference: res
Error: CPPCHECK_WARNING (CWE-457): [#def461]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath.c:122: error[legacyUninitvar]: Uninitialized variable: nbytes
Error: CPPCHECK_WARNING (CWE-457): [#def462]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath.c:122: error[legacyUninitvar]: Uninitialized variable: str
Error: CPPCHECK_WARNING (CWE-768): [#def463]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_exec.c:2453: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(jvl->singleton)},(union ListCell){.ptr_value=(jbv)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-457): [#def464]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c: scope_hint: In function ‘jsonpath_yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:646:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:631:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1310:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.y:606: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.l:396:25: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4258:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4258:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4282:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4011:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4019:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4209:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4239:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4239:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4019:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4020:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4282:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.l:396:25: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1190:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:631:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1310:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:631:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1310:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def465]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c: scope_hint: In function ‘jsonpath_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4110:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.l:396:25: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4258:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4258:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4282:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4011:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4019:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4209:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4239:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4239:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4019:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4020:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4282:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.l:396:25: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1190:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1355:16: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_gram.c:1355:16: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3165:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3186:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3841:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3841:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3994:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:3998:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4000:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4056:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4075:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4103:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4108:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4131:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4108:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4075:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4000:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4003:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4003:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4003:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4103:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4108:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4131:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/jsonpath_scan.c:4108:9: note: in expansion of macro ‘yy_flush_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def466]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/lockfuncs.c:490: warning[nullPointer]: Possible null pointer dereference: blocked_instance
Error: GCC_ANALYZER_WARNING (CWE-476): [#def467]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/lockfuncs.c: scope_hint: In function ‘pg_blocking_pids’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/lockfuncs.c:490:77: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘blocked_instance’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def468]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regexp.c: scope_hint: In function ‘RE_compile_and_cache’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regexp.c:171:32: warning[-Wanalyzer-malloc-leak]: leak of ‘re_temp.cre_pat’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regexp.c:30: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regexp.c:218:34: note: in expansion of macro ‘Max’
Error: CPPCHECK_WARNING (CWE-768): [#def469]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regproc.c:442: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(get_namespace_name_or_temp(procform->pronamespace))},(union ListCell){.ptr_value=(pstrdup(procform->proname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def470]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/regproc.c:881: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(get_namespace_name_or_temp(oprForm->oprnamespace))},(union ListCell){.ptr_value=(pstrdup(oprForm->oprname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def471]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/ri_triggers.c:1421: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(fkrte)},(union ListCell){.ptr_value=(pkrte)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def472]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/ruleutils.c:1058: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(oldrte)},(union ListCell){.ptr_value=(newrte)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-562): [#def473]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/ruleutils.c:11605: error[returnDanglingLifetime]: Returning pointer to local variable 'buf' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-768): [#def474]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/selfuncs.c:1962: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},((union ListCell){.ptr_value=(makeConst(nominal_element_type,-1,nominal_element_collation,elmlen,elem_values[i],elem_nulls[i],elmbyval))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def475]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/selfuncs.c:2036: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(elem)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def476]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/selfuncs.c:2088: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(dummyexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def477]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/selfuncs.c:2181: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(clause->largs,0)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(clause->rargs,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-190): [#def478]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/tsgistidx.c:191: error[integerOverflow]: Signed integer overflow for expression '*(int32*)&c'.
Error: CPPCHECK_WARNING (CWE-476): [#def479]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:465: warning[nullPointer]: Possible null pointer dereference: rp
Error: GCC_ANALYZER_WARNING (CWE-457): [#def480]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c: scope_hint: In function ‘text_position_next_internal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:1382:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*state.skiptablemask’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:355:10: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:4642:27: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:134:11: note: in definition of macro ‘VARTAG_SIZE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:321:57: note: in expansion of macro ‘VARTAG_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:322:90: note: in expansion of macro ‘VARTAG_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:355:32: note: in expansion of macro ‘VARSIZE_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:4642:27: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:134:11: note: in definition of macro ‘VARTAG_SIZE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:321:57: note: in expansion of macro ‘VARTAG_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:322:90: note: in expansion of macro ‘VARTAG_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:355:32: note: in expansion of macro ‘VARSIZE_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c:1196:40: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/varlena.c: scope_hint: In function ‘text_position_next_internal’
Error: CPPCHECK_WARNING (CWE-768): [#def481]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/adt/xml.c:599: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=((struct xmltype*)pg_detoast_datum((struct varlena*)((charPointer)(fcinfo->args[0].value))))},(union ListCell){.ptr_value=((struct xmltype*)pg_detoast_datum((struct varlena*)((charPointer)(fcinfo->args[1].value))))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def482]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/catcache.c:2030: warning[nullPointer]: Possible null pointer dereference: srckeys
Error: GCC_ANALYZER_WARNING (CWE-476): [#def483]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/plancache.c: scope_hint: In function ‘PlanCacheComputeResultDesc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/plancache.c:1931:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def484]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c: scope_hint: In function ‘lookup_ts_config_cache’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c:503:41: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&mapdicts’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c:30: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c:427:43: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c:487:80: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/ts_cache.c:487:80: note: in expansion of macro ‘GETSTRUCT’
Error: CPPCHECK_WARNING (CWE-457): [#def485]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/typcache.c:2711: warning[uninitvar]: Uninitialized variable: &srch.sort_order
Error: GCC_ANALYZER_WARNING (CWE-476): [#def486]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/init/postinit.c: scope_hint: In function ‘process_startup_options’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/init/postinit.c:1224:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/init/postinit.c: scope_hint: In function ‘process_startup_options’
Error: CPPCHECK_WARNING (CWE-476): [#def487]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/misc/guc-file.c:1676: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def488]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/misc/guc-file.c:1677: warning[nullPointer]: Possible null pointer dereference: b
Error: COMPILER_WARNING: [#def489]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/misc/guc.c:5727:38: warning[-Warray-bounds=]: array subscript ‘const struct config_generic[0]’ is partly outside array bounds of ‘const char[8]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/misc/guc.c: scope_hint: In function ‘find_option’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/misc/guc.c:5627:25: note: object ‘name’ of size 8
Error: GCC_ANALYZER_WARNING (CWE-401): [#def490]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c:931:46: warning[-Wanalyzer-malloc-leak]: leak of ‘block’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def491]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c:934:20: warning[-Wanalyzer-malloc-leak]: leak of ‘block’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
Error: CPPCHECK_WARNING (CWE-401): [#def492]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/aset.c:1130: error[memleakOnRealloc]: Common realloc mistake: 'block' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-476): [#def493]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘destroy_superblock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/dsa.c:1812:50: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def494]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c: scope_hint: In function ‘FreePageManagerGetInternal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1441:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘result.index’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/freepage.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:58: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1525:30: note: in expansion of macro ‘relptr_is_null’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1343:21: note: in expansion of macro ‘relptr_is_null’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1380:16: note: in expansion of macro ‘relptr_access’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1388:23: note: in expansion of macro ‘fpm_pointer_to_page’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1068:30: note: in expansion of macro ‘relptr_access’
Error: CPPCHECK_WARNING (CWE-457): [#def495]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/mmgr/freepage.c:1538: error[legacyUninitvar]: Uninitialized variable: root
Error: GCC_ANALYZER_WARNING (CWE-457): [#def496]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/sort/sharedtuplestore.c: scope_hint: In function ‘sts_parallel_scan_next’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/sort/sharedtuplestore.c:569:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘read_page’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def497]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_basebackup/bbstreamer_file.c: scope_hint: In function ‘create_file_for_extract’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_basebackup/bbstreamer_file.c:342:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "wb")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def498]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_basebackup/bbstreamer_file.c:342:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "wb")’
Error: CPPCHECK_WARNING (CWE-476): [#def499]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/parallel.c:506: warning[nullPointer]: Possible null pointer dereference: slot
Error: GCC_ANALYZER_WARNING (CWE-476): [#def500]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/parallel.c: scope_hint: In function ‘WaitForTerminatingWorkers’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/parallel.c:506:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slot’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/parallel.c:86:11: note: in definition of macro ‘WORKER_IS_RUNNING’
Error: CPPCHECK_WARNING (CWE-476): [#def501]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_backup_archiver.c:2186: warning[nullPointer]: Possible null pointer dereference: fh
Error: CPPCHECK_WARNING (CWE-457): [#def502]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:1292: error[legacyUninitvar]: Uninitialized variable: archiveFormat
Error: GCC_ANALYZER_WARNING (CWE-476): [#def503]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpFunc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:11829:24: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘probin’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def504]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpCollation’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:13293:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘collcollate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def505]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:13295:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘collctype’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def506]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpSequence’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:16970:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘owning_tab’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_dump/pg_dump.c:16943:51: note: in expansion of macro ‘fmtQualifiedDumpable’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def507]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_resetwal/pg_resetwal.c: scope_hint: In function ‘CheckDataVersion’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_resetwal/pg_resetwal.c:524:20: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def508]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_resetwal/pg_resetwal.c:524:20: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def509]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_resetwal/pg_resetwal.c:533:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def510]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_resetwal/pg_resetwal.c:533:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("PG_VERSION", "r")’
Error: CPPCHECK_WARNING (CWE-457): [#def511]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_rewind/pg_rewind.c:836: error[legacyUninitvar]: Uninitialized variable: histfile
Error: GCC_ANALYZER_WARNING (CWE-401): [#def512]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c: scope_hint: In function ‘get_control_data’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:138:36: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def513]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:138:47: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def514]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:152:40: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def515]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:200:38: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/pg_upgrade.h:26:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/pg_upgrade.h:26:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:1415: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:188:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/controldata.c:188:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/pg_upgrade.h:26:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/pg_upgrade.h:26:35: note: in definition of macro ‘GET_MAJOR_VERSION’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def516]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c: scope_hint: In function ‘get_bin_version’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c:43:48: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:1415: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c:439:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c:439:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/exec.c:439:9: note: in expansion of macro ‘snprintf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def517]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/option.c: scope_hint: In function ‘adjust_data_dir’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/option.c:420:48: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def518]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/option.c: scope_hint: In function ‘get_sock_dir’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/option.c:472:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&filename, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def519]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pg_upgrade/option.c:472:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&filename, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def520]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprparse.y:546: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1993:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:333:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1014:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1035:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:211:55: note: in expansion of macro ‘yytext’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:285:31: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1014:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1035:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1064:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1979:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1983:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def521]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2035:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:333:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1014:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1035:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1736:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1736:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1914:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1924:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1924:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1924:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2027:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2033:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2056:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2033:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def522]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2157:42: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(8)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:325:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:325:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1932:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1941:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2137:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2149:66: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def523]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2177:42: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:325:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.l:325:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1932:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:1941:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2137:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c:2168:66: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def524]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToInt’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c:2065:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pval.type’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToInt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def525]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToDouble’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c:2093:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pval.type’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToDouble’
Error: GCC_ANALYZER_WARNING (CWE-762): [#def526]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/copy.c: scope_hint: In function ‘do_copy’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/copy.c:353:25: warning[-Wanalyzer-mismatching-deallocation]: ‘copystream’ should have been deallocated with ‘pclose’ but was deallocated with ‘fclose’
Error: CPPCHECK_WARNING (CWE-457): [#def527]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/crosstabview.c:362: error[uninitvar]: Uninitialized variables: &elt.sort_value, &elt.rank
Error: GCC_ANALYZER_WARNING (CWE-476): [#def528]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/crosstabview.c: scope_hint: In function ‘printCrosstab’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/crosstabview.c:368:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def529]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/crosstabview.c:382:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/crosstabview.c: scope_hint: In function ‘printCrosstab’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def530]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:515:53: warning[-Wanalyzer-malloc-leak]: leak of ‘slash_yy_create_buffer(*(struct yyguts_t *)yyscanner.yyin_r, 16384, yyscanner)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:680:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2433:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:680:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:686:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1435:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1456:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1482:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1485:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2470:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2474:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2489:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2518:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2547:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2533:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2533:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2489:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1485:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def531]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1484:50: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:680:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2433:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:680:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:686:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1435:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1456:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1482:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1485:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2470:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2483:33: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2489:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2518:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2547:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2567:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2533:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2533:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2489:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1485:33: note: in expansion of macro ‘yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def532]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2484:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:678:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2433:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:678:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:686:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1435:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1456:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1482:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1483:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1485:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2470:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2474:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def533]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2526:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:678:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2433:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:678:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:686:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1435:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:1456:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2252:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2252:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2405:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2415:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2415:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2415:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2518:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2547:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2524:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def534]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2648:42: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(8)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:575:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:575:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2640:66: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def535]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2668:42: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:575:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:575:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2423:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2432:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2628:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c:2659:66: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
Error: CPPCHECK_WARNING (CWE-562): [#def536]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:497: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def537]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/psql/psqlscanslash.l:571: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def538]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/scripts/vacuumdb.c: scope_hint: In function ‘vacuum_one_database’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/bin/scripts/vacuumdb.c:707:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cell’
Error: CPPCHECK_WARNING (CWE-457): [#def539]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/common/encnames.c:541: warning[uninitvar]: Uninitialized variable: newkey
Error: GCC_ANALYZER_WARNING (CWE-775): [#def540]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/common/sprompt.c: scope_hint: In function ‘simple_prompt_extended’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/common/sprompt.c:180:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘termout’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def541]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/common/sprompt.c:180:16: warning[-Wanalyzer-malloc-leak]: leak of ‘termout’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def542]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/print.c: scope_hint: In function ‘print_aligned_text’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/print.c:909:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘width_header’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def543]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/print.c:1040:17: warning[-Wanalyzer-null-argument]: use of NULL ‘bytes_output’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memset’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-401): [#def544]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/print.c:1219:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fout’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:59: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/print.c:18: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def545]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3869:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1094:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3808:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3817:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:4013:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3817:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1094:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1099:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:2440:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:2461:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3637:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3637:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3790:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3795:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3797:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3855:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3859:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def546]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3911:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1094:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3808:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3817:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:4013:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3817:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1094:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.l:1099:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:2440:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:2461:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3637:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3637:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3790:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3800:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3800:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3800:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3903:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3909:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3932:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/psqlscan.c:3909:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def547]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/recovery_gen.c: scope_hint: In function ‘WriteRecoveryConfig’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/recovery_gen.c:123:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&filename, <unknown>)’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def548]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/fe_utils/recovery_gen.c:123:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&filename, <unknown>)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def549]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:33: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c: scope_hint: In function ‘RelationReloadNailed’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:654:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:2383:48: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tableam.h:24: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:35: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:5440:14: note: in expansion of macro ‘RelationGetForm’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:2064:9: note: in expansion of macro ‘RelationIdCacheLookup’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:2064:9: note: in expansion of macro ‘RelationIdCacheLookup’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/utils/cache/relcache.c:2383:48: note: in expansion of macro ‘GETSTRUCT’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def550]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/bufmask.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c: scope_hint: In function ‘btree_xlog_split’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/itup.h:71:56: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nposting’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:417:41: note: in definition of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:785:41: note: in expansion of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:390:65: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:390:74: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:139:9: note: in expansion of macro ‘BufferIsLocal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:319:51: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:779:24: note: in definition of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:363:32: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:363:41: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:371:34: note: in expansion of macro ‘P_RIGHTMOST’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:378:28: note: in expansion of macro ‘P_FIRSTDATAKEY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:406:34: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:412:35: note: in expansion of macro ‘OffsetNumberNext’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:406:34: note: in expansion of macro ‘PageGetItemId’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:412:35: note: in expansion of macro ‘OffsetNumberNext’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:389:37: note: in expansion of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:417:41: note: in definition of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:785:41: note: in expansion of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:390:65: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtxlog.c:390:74: note: in expansion of macro ‘IndexTupleSize’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def551]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tableam.h:24: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/heapam.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/heap/heapam_handler.c:23: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tableam.h: scope_hint: In function ‘table_scan_getnextslot’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tableam.h:1036:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sscan’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/rel.h:488:38: note: in definition of macro ‘RelationGetRelid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/rel.h:488:38: note: in definition of macro ‘RelationGetRelid’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def552]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/heaptoast.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:36: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c: scope_hint: In function ‘brin_deconstruct_tuple’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupmacs.h:25:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nullbits’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:667:46: note: in expansion of macro ‘att_isnull’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:34: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:572:14: note: in expansion of macro ‘BrinTupleIsEmptyRange’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:667:46: note: in expansion of macro ‘att_isnull’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:667:46: note: in expansion of macro ‘att_isnull’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/brin/brin_tuple.c:667:46: note: in expansion of macro ‘att_isnull’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def553]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/lib/ilist.h:596:25: warning[-Wanalyzer-malloc-leak]: leak of ‘rw’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/postmaster/bgworker.c: scope_hint: In function ‘RegisterBackgroundWorker’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def554]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/attmap.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupconvert.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/execnodes.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/foreign/fdwapi.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:23: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:5061:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:5061:13: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def555]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:1432:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:1432:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def556]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/relcache.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/genam.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘leftop’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1229:31: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1194:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1194:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1229:31: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def557]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:5130:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4990:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4990:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4899:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:448:18: note: in expansion of macro ‘multi_for_advance_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:5078:17: note: in expansion of macro ‘forboth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:4899:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/plan/createplan.c:5130:13: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def558]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:550:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rightop’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1261:29: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1194:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1194:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodeFuncs.h: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodeFuncs.h:78:33: note: in expansion of macro ‘linitial’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1224:39: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:596:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/executor/nodeIndexscan.c:1261:29: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def559]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘funcname_signature_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:2015:70: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘funcname_signature_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:2015:70: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def560]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_hash’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘partexprs_item’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:659:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4056:54: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:659:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4056:54: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/nodes.h:659:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4056:54: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def561]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘secrets’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2958:100: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:682:17: note: in expansion of macro ‘pq_flush’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:233:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:754:9: note: in expansion of macro ‘elog’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2955:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2955:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2958:100: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/libpq/auth.c:2958:100: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def562]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/relcache.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/genam.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/hash.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:38: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c: scope_hint: In function ‘get_steps_using_prefix_recurse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘start’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2506:41: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2520:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c: scope_hint: In function ‘get_steps_using_prefix_recurse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2520:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2536:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2536:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partprune.c:2506:41: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def563]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_append_tlist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:171:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘curColType’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1298:64: note: in expansion of macro ‘lfirst_oid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1284:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1284:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_append_tlist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1291:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1291:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1291:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/prepunion.c:1298:64: note: in expansion of macro ‘lfirst_oid’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def564]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:260:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘elemops’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c: scope_hint: In function ‘make_partition_op_expr’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:3968:100: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def565]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:260:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘expanded_groups’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_agg.c: scope_hint: In function ‘expand_grouping_sets’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_agg.c:1807:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:174:49: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_agg.c:1830:30: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def566]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:260:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fargs’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:155:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:155:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:179:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:1626:40: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c:370:49: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def567]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:260:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘or_expr_args’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:34: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4344:46: note: in expansion of macro ‘TextDatumGetCString’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:448:18: note: in expansion of macro ‘multi_for_advance_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4413:9: note: in expansion of macro ‘forboth’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:169:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/partitioning/partbounds.c:4360:78: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def568]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:1415: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port.h:229:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘values[1]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:137:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/miscadmin.h:113:10: note: in expansion of macro ‘unlikely’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/miscadmin.h:123:13: note: in expansion of macro ‘INTERRUPTS_PENDING_CONDITION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:342:17: note: in expansion of macro ‘CHECK_FOR_INTERRUPTS’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/miscadmin.h:113:10: note: in expansion of macro ‘unlikely’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/miscadmin.h:123:13: note: in expansion of macro ‘INTERRUPTS_PENDING_CONDITION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:342:17: note: in expansion of macro ‘CHECK_FOR_INTERRUPTS’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:136:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/contrib/pgstattuple/pgstattuple.c:137:9: note: in expansion of macro ‘snprintf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def569]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:1415: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/misc.c:4: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/port.h:233:33: warning[-Wanalyzer-malloc-leak]: leak of ‘ECPGget_sqlca()’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/misc.c:304:17: note: in expansion of macro ‘fprintf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/misc.c:304:17: note: in expansion of macro ‘fprintf’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def570]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/executor/instrument.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:72: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c: scope_hint: In function ‘issue_xlog_fsync.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/portability/instr_time.h:108:34: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘start.tv_sec’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:8069:17: note: in expansion of macro ‘INSTR_TIME_SUBTRACT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:73: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:2542:9: note: in expansion of macro ‘START_CRIT_SECTION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/spin.h:54: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/condition_variable.h:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/replication/slot.h:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/replication/logical.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:81: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/s_lock.h:210:23: note: in definition of macro ‘TAS’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/spin.h:62:31: note: in expansion of macro ‘S_LOCK’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:1449:9: note: in expansion of macro ‘SpinLockAcquire’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:59: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/xlog_internal.h:107:11: note: in definition of macro ‘XLogSegmentOffset’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c: scope_hint: In function ‘issue_xlog_fsync.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c: scope_hint: In function ‘issue_xlog_fsync.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:8068:17: note: in expansion of macro ‘INSTR_TIME_SET_CURRENT’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/transam/xlog.c:8069:17: note: in expansion of macro ‘INSTR_TIME_SUBTRACT’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def571]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c: scope_hint: In function ‘exec_assign_value’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:257:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:326:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:334:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:5120:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:269:43: note: in definition of macro ‘likely’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c: scope_hint: In function ‘exec_assign_value’
/usr/include/dirent.h:247: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/fd.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/sharedtuplestore.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/execnodes.h:30: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/executor/nodeAgg.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/executor/execExpr.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:326:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:334:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:5120:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:326:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:334:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:5120:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:326:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:334:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:5120:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def572]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/gin_private.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c: scope_hint: In function ‘ginPlaceToPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:329:58: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘childpage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:417:25: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:128:43: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:701:21: note: in expansion of macro ‘GinPageIsIncompleteSplit’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:128:43: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:701:21: note: in expansion of macro ‘GinPageIsIncompleteSplit’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:329:29: note: in definition of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:128:43: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:701:21: note: in expansion of macro ‘GinPageIsIncompleteSplit’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:701:46: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/snapshot.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/genam.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/gin_private.h:13: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/buf.h:37:35: note: in definition of macro ‘BufferIsLocal’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:705:24: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/gin_private.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:705:24: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:705:24: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:731:31: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufpage.h:329:29: note: in definition of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:731:31: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/bufmgr.h:169:38: note: in expansion of macro ‘BufferGetBlock’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:731:48: note: in expansion of macro ‘BufferGetPage’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:398:17: note: in expansion of macro ‘START_CRIT_SECTION’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:417:25: note: in expansion of macro ‘GinPageGetOpaque’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/ginblock.h:111:50: note: in expansion of macro ‘PageGetSpecialPointer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/gin/ginbtree.c:417:25: note: in expansion of macro ‘GinPageGetOpaque’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def573]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c: scope_hint: In function ‘_bt_check_third_page’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:119:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2692:44: note: in expansion of macro ‘ItemPointerGetOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:120:9: note: in expansion of macro ‘ItemPointerGetOffsetNumberNoCheck’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2692:44: note: in expansion of macro ‘ItemPointerGetOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:638:22: note: in expansion of macro ‘ItemPointerGetOffsetNumberNoCheck’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:120:9: note: in expansion of macro ‘ItemPointerGetOffsetNumberNoCheck’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2692:44: note: in expansion of macro ‘ItemPointerGetOffsetNumber’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2682:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2692:44: note: in expansion of macro ‘ItemPointerGetOffsetNumber’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def574]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/tidbitmap.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/genam.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c: scope_hint: In function ‘_bt_truncate’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/itemptr.h:164:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2306:9: note: in expansion of macro ‘ItemPointerCopy’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:779:24: note: in definition of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2284:19: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2284:28: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/access/nbtree.h:638:22: note: in expansion of macro ‘ItemPointerGetOffsetNumberNoCheck’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/access/nbtree/nbtutils.c:2306:9: note: in expansion of macro ‘ItemPointerCopy’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def575]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘expand_insert_targetlist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/rel.h:494:60: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rel’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘expand_insert_targetlist’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def576]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/connect.c: scope_hint: In function ‘ECPGsetcommit’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/connect.c:179:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def577]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/memory.c: scope_hint: In function ‘ecpg_add_mem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/memory.c:21:36: warning[-Wanalyzer-malloc-leak]: leak of ‘ecpg_alloc(16, lineno)’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def578]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/misc.c: scope_hint: In function ‘ecpg_log’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/ecpglib/misc.c:155:17: warning[-Wanalyzer-malloc-leak]: leak of ‘ECPGget_sqlca()’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def579]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:41:23: warning[-Wanalyzer-malloc-leak]: leak of ‘<return-value>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1799:31: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1799:31: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1805:17: note: in expansion of macro ‘yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4604:17: note: in expansion of macro ‘yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4617:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4635:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4567:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4567:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4577:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4591:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4320:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4518:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4329:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4591:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4635:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def580]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:41:23: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1799:31: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1799:31: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1805:17: note: in expansion of macro ‘yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4604:17: note: in expansion of macro ‘yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4617:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4626:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_scan_string’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4635:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4567:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4567:17: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4591:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4320:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4518:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4329:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4591:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4635:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4607:16: note: in expansion of macro ‘yy_scan_bytes’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def581]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:567:46: warning[-Wanalyzer-malloc-leak]: leak of ‘base_yy_create_buffer(base_yyin, 16384)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1630:22: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1630:22: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4365:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4369:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4384:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4412:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4417:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4440:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4417:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4426:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4426:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4384:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4320:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4518:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4548:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4329:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def582]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4048:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4050:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4050:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def583]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4329:12: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1630:22: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1630:22: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4365:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4378:33: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4384:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4412:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4417:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4440:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4459:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4417:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4426:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4426:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4384:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1711:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4320:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4518:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4548:63: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4328:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4329:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def584]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4379:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4365:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4369:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def585]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4419: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def586]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4420: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def587]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4633:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4617:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4626:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c: scope_hint: In function ‘base_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4635:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.c:4567:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-401): [#def588]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1574: error[memleakOnRealloc]: Common realloc mistake: 'literalbuf' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-401): [#def589]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/pgc.l:1589: error[memleakOnRealloc]: Common realloc mistake: 'literalbuf' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-457): [#def590]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c: scope_hint: In function ‘base_yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:2422:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:2407:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:37030:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:2422:25: note: in definition of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:37030:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:2407:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:37030:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def591]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/ecpg/preproc/preproc.c:37160:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def592]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/libpq/fe-exec.c: scope_hint: In function ‘PQclear.part.0’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/interfaces/libpq/fe-exec.c:734:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def593]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c: scope_hint: In function ‘resolve_column_ref’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1308:45: warning[-Wanalyzer-null-argument]: use of NULL ‘colname’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c: scope_hint: In function ‘resolve_column_ref’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:61: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:16: included_from: Included from here.
/usr/include/string.h:156:12: note: argument 2 of ‘strcmp’ must be non-null
Error: CPPCHECK_WARNING (CWE-768): [#def594]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1458: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def595]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1575: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def596]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1582: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def597]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1582: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))},(union ListCell){.ptr_value=(makeString(word3))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def598]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1600: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def599]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_comp.c:1600: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))},(union ListCell){.ptr_value=(makeString(word3))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def600]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_exec.c:8534: warning[nullPointer]: Possible null pointer dereference: (struct varattrib_1b*)((charPointer)(newvalue))
Error: GCC_ANALYZER_WARNING (CWE-457): [#def601]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c: scope_hint: In function ‘plpgsql_yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:750:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:735:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1888:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:750:25: note: in definition of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1888:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:735:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1888:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def602]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:56:34: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:485:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:488:66: note: in expansion of macro ‘parser_errposition’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:485:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:485:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:485:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:488:66: note: in expansion of macro ‘parser_errposition’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:56:34: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:485:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:488:66: note: in expansion of macro ‘parser_errposition’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def603]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:363:105: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:363:105: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def604]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:377:69: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def605]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:400:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def606]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:404:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def607]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:418:75: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:418:75: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def608]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:420:94: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:420:94: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def609]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:421:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:421:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def610]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:422:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:422:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def611]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:423:85: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:423:85: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def612]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:424:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:424:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def613]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:426:98: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def614]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:438:91: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def615]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:445:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:445:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def616]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:452:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:452:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def617]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:502:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:502:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def618]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:504:83: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:504:83: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def619]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:508:122: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/c.h:738:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:508:122: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:505:65: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def620]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:513:55: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:513:55: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def621]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:513:97: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:513:97: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def622]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:515:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:515:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def623]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:516:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:516:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def624]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:517:77: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def625]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:533:94: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:533:94: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def626]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:533:131: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:533:131: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def627]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:536:113: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:536:113: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def628]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:549:57: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:549:57: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def629]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:549:99: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:549:99: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def630]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:579:86: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def631]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:621:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:621:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def632]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:623:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:623:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def633]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/primnodes.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/catalog/namespace.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:628:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:628:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:353:45: note: in definition of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def634]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:636:49: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:636:49: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def635]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:645:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.datum’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:645:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:645:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def636]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:649:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.datum’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def637]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:656:57: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.dtype’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def638]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:669:112: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def639]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:683:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def640]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:698:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.cword.idents’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def641]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:724:87: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def642]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:752:72: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def643]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:801:92: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:801:81: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:801:81: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def644]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:806:92: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:806:81: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:806:81: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def645]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:811:63: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.cword.idents’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def646]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:847:62: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def647]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:855:118: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:855:118: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def648]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:857:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def649]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:859:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def650]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:861:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def651]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:863:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def652]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:865:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def653]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:867:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def654]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:869:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def655]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:871:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def656]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:873:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def657]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:875:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def658]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:877:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def659]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:879:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def660]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:881:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def661]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:883:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def662]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:885:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def663]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:887:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def664]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:889:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def665]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:891:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def666]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:893:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def667]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:895:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def668]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:897:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def669]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:899:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def670]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:901:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def671]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:985:74: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.wdatum.ident’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def672]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1025:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1025:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def673]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1027:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1027:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def674]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1028:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1028:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def675]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1096:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.diagitem’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def676]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1100:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.diagitem’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1100:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1100:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def677]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1109:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1109:73: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def678]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1110:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.ival’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def679]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1168:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.wdatum.datum’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def680]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1197:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1197:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def681]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1199:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1199:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def682]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1200:76: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1200:76: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def683]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1201:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1201:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def684]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1202:76: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1202:76: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def685]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1217:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1217:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def686]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1218:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1218:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def687]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1219:71: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def688]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1231:73: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def689]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1237:64: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1237:64: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def690]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1258:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.casewhen’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def691]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1262:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.casewhen’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1262:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/pg_list.h:202:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1262:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def692]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1270:67: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1270:67: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def693]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1271:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1271:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def694]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1272:71: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def695]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1289:62: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def696]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1302:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1302:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def697]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1304:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1304:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def698]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1305:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def699]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1320:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1320:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def700]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1322:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1322:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def701]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1323:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1323:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def702]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1324:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def703]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1336:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1336:63: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def704]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1341:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1341:71: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def705]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1342:80: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1342:80: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def706]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1343:89: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def707]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1355:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1355:71: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def708]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1356:80: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1356:80: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def709]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1357:89: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def710]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1386:84: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1386:84: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def711]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1389:65: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1389:65: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def712]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1391:89: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1391:89: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def713]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1395:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1395:73: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def714]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1435:84: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1435:84: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def715]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1435:118: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1435:118: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def716]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1454:65: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
/usr/include/dirent.h:247: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/storage/fd.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/sharedtuplestore.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/nodes/execnodes.h:30: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/commands/trigger.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/plpgsql.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1454:65: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def717]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1454:109: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1454:109: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def718]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1532:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1532:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def719]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1532:126: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1532:126: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def720]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1540:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1540:73: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def721]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1540:119: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1540:119: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def722]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1655:91: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def723]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1678:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1678:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def724]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1680:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1680:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def725]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1681:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1681:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def726]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1682:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1682:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def727]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1683:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def728]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1716:73: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.ival’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def729]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1727:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1727:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def730]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1728:67: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1728:67: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def731]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1729:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1729:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def732]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:1730:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def733]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y: scope_hint: In function ‘word_is_not_variable’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2626:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*word.ident’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2624:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2624:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2624:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2624:9: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def734]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y: scope_hint: In function ‘cword_is_not_variable’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2637:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*cword.idents’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2635:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c:1768:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:158:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2635:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2635:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/include/utils/elog.h:141:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:2635:9: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def735]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.y:3480:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*(PLwdatum *)yyvsp.ident’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/plpgsql/src/pl_gram.c: scope_hint: In function ‘plpgsql_yyparse’
Error: CPPCHECK_WARNING (CWE-476): [#def736]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/pl/tcl/pltcl.c:3197: warning[nullPointer]: Possible null pointer dereference: tupdesc
Error: GCC_ANALYZER_WARNING (CWE-401): [#def737]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specparse.y:280: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1436:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1438:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1438:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def738]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1721:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1707:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1711:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def739]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1761: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def740]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1762: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def741]
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1975:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1959:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1968:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1977:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/postgresql-15.7/src/test/isolation/specscanner.c:1909:17: note: in expansion of macro ‘yy_scan_buffer’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def742]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘brin_range_deserialize’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c:815:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘brin_range_deserialize’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def743]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c:824:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘brin_range_deserialize’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def744]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c:834:25: warning[-Wanalyzer-null-argument]: use of NULL ‘dataptr’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def745]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c: scope_hint: In function ‘reduce_expanded_ranges’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_minmax_multi.c:1519:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘distances’
Error: CPPCHECK_WARNING (CWE-476): [#def746]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:971: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def747]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:972: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def748]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:973: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def749]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:974: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def750]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:976: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def751]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:980: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: CPPCHECK_WARNING (CWE-476): [#def752]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/common/heaptuple.c:981: warning[nullPointer]: Possible null pointer dereference: targetMinimalTuple
Error: GCC_ANALYZER_WARNING (CWE-688): [#def753]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c: scope_hint: In function ‘ginPlaceToPage’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c:579:25: warning[-Wanalyzer-null-argument]: use of NULL ‘newrootpg’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def754]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginentrypage.c:628: error[legacyUninitvar]: Uninitialized variable: tupstore
Error: GCC_ANALYZER_WARNING (CWE-688): [#def755]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginxlog.c: scope_hint: In function ‘ginRedoRecompress’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginxlog.c:284:33: warning[-Wanalyzer-null-argument]: use of NULL ‘newseg’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def756]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginxlog.c:291:33: warning[-Wanalyzer-null-argument]: use of NULL ‘newseg’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def757]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gist/gistutil.c:207: error[uninitvar]: Uninitialized variable: &attrsize
Error: CPPCHECK_WARNING (CWE-457): [#def758]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gist/gistutil.c:276: error[uninitvar]: Uninitialized variable: &dstsize
Error: GCC_ANALYZER_WARNING (CWE-688): [#def759]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/hash/hashpage.c: scope_hint: In function ‘_hash_getcachedmetap’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/hash/hashpage.c:1531:17: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-457): [#def760]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/heapam.c:5490: error[legacyUninitvar]: Uninitialized variable: status
Error: GCC_ANALYZER_WARNING (CWE-476): [#def761]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/heapam.c: scope_hint: In function ‘heap_xlog_update’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/heapam.c:9699:76: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def762]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/vacuumlazy.c: scope_hint: In function ‘lazy_scan_prune’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/vacuumlazy.c:1903:69: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘deadoffsets[i]’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def763]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtsplitloc.c: scope_hint: In function ‘_bt_split_lastleft’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtsplitloc.c:1168:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘split’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def764]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtsplitloc.c: scope_hint: In function ‘_bt_split_firstright’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtsplitloc.c:1184:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘split’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def765]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c: scope_hint: In function ‘spgAllocSearchItem’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c:123:17: warning[-Wanalyzer-null-argument]: use of NULL ‘distances’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/tidbitmap.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/genam.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c: scope_hint: In function ‘spgAllocSearchItem’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c: scope_hint: In function ‘spgAllocSearchItem’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgscan.c:874:37: note: in expansion of macro ‘SpGistBlockIsRoot’
<built-in>: note: argument 2 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def766]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgutils.c:782:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘spgFormInnerTuple’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def767]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘memcpyInnerDatum.part.0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgutils.c:787:17: warning[-Wanalyzer-null-argument]: use of NULL ‘target’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/backend/access/spgist/spgutils.c: scope_hint: In function ‘memcpyInnerDatum.part.0’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: CPPCHECK_WARNING (CWE-476): [#def768]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/twophase.c:1031: error[ctunullpointer]: Null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-682): [#def769]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/xlog.c:1555: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-131): [#def770]
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/xloginsert.c: scope_hint: In function ‘XLogResetInsertion’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/xloginsert.c:233:24: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/probes.h:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/pg_trace.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/xloginsert.c:38: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/transam/xloginsert.c:478:9: note: in expansion of macro ‘TRACE_POSTGRESQL_WAL_INSERT’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def771]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c: scope_hint: In function ‘boot_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:541:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:526:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:1152:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:526:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:1152:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:526:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootparse.c:1152:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def772]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1492:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1494:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1494:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def773]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1780:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1766:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1770:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def774]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1820: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def775]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1821: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def776]
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:2034:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:2018:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:2027:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c: scope_hint: In function ‘boot_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:2036:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/bootstrap/bootscanner.c:1968:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def777]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:2356: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(typename)},((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def778]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:2359: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(name)},((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def779]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:2363: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(name,0)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def780]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:2370: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(name)},(union ListCell){.ptr_value=(args)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def781]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:4902: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(coll->collname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def782]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:4976: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(conForm->conname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def783]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5081: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(schema)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def784]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5081: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(opcForm->opcname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def785]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5161: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltype)},(union ListCell){.ptr_value=(rtype)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def786]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5223: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltype)},(union ListCell){.ptr_value=(rtype)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def787]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5343: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formStatistic->stxname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def788]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5370: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formParser->prsname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def789]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5397: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formDict->dictname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def790]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5424: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formTmpl->tmplname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def791]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5451: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(formCfg->cfgname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def792]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5998: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(pstrdup(schema))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def793]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:5998: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(pstrdup(amForm->amname.data))},(union ListCell){.ptr_value=(pstrdup(schema))},(union ListCell){.ptr_value=(pstrdup(opfForm->opfname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def794]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/objectaddress.c:6036: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(schema)},(union ListCell){.ptr_value=(pstrdup(relForm->relname.data))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def795]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/partition.c: scope_hint: In function ‘has_partition_attrs’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/partition.c:287:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘partexprs_item’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/partition.c: scope_hint: In function ‘has_partition_attrs’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def796]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:536:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘newlc’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:368:55: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:533:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:533:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c: scope_hint: In function ‘ProcedureCreate’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:533:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_proc.c:533:25: note: in expansion of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def797]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_publication.c: scope_hint: In function ‘pg_get_publication_tables’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_publication.c:1103:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_publication.c:37: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_publication.c:1075:27: note: in expansion of macro ‘SRF_FIRSTCALL_INIT’
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/pg_publication.c:40: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/builtins.h:95:73: note: in definition of macro ‘TextDatumGetCString’
Error: CPPCHECK_WARNING (CWE-768): [#def798]
postgresql16-16.3-build/postgresql-16.3/src/backend/catalog/toasting.c:327: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=("chunk_id")},(union ListCell){.ptr_value=("chunk_seq")}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def799]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c: scope_hint: In function ‘do_analyze_rel’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c:610:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c: scope_hint: In function ‘do_analyze_rel’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def800]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c:656:55: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def801]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c: scope_hint: In function ‘compute_index_stats’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/analyze.c:850:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘thisdata’
Error: CPPCHECK_WARNING (CWE-457): [#def802]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/conversioncmds.c:117: error[uninitvar]: Uninitialized variable: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def803]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/copy.c: scope_hint: In function ‘DoCopy’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/copy.c:308:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rel’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/copy.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:152:28: note: in expansion of macro ‘palloc0fast’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:176:53: note: in expansion of macro ‘newNode’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/copy.c:292:25: note: in expansion of macro ‘makeNode’
Error: CPPCHECK_WARNING (CWE-476): [#def804]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/extension.c:314: error[ctunullpointer]: Null pointer dereference: versionname
Error: CPPCHECK_WARNING (CWE-476): [#def805]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/extension.c:314: warning[nullPointer]: Possible null pointer dereference: versionname
Error: CPPCHECK_WARNING (CWE-476): [#def806]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/extension.c:3099: warning[nullPointer]: Possible null pointer dereference: versionName
Error: CPPCHECK_WARNING (CWE-457): [#def807]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/policy.c:131: error[legacyUninitvar]: Uninitialized variable: polcmd
Error: CPPCHECK_WARNING (CWE-786): [#def808]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tablecmds.c:4921: error[negativeIndex]: Array 'tab->subcmds[11]' accessed at index -1, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-457): [#def809]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tablecmds.c:12089: error[legacyUninitvar]: Uninitialized variable: contype
Error: CPPCHECK_WARNING (CWE-768): [#def810]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tablecmds.c:13661: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(get_namespace_name(rel->rd_rel->relnamespace)))},(union ListCell){.ptr_value=(makeString(pstrdup((rel->rd_rel->relname).data)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def811]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tablecmds.c:13661: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(get_namespace_name(rel->rd_rel->relnamespace)))},(union ListCell){.ptr_value=(makeString(pstrdup((rel->rd_rel->relname).data)))},(union ListCell){.ptr_value=(makeString(pstrdup(conname)))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def812]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tablecmds.c:13669: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeTypeNameFromNameList((typeof(domname))copyObjectImpl(domname)))},(union ListCell){.ptr_value=(makeString(pstrdup(conname)))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def813]
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tsearchcmds.c: scope_hint: In function ‘buildDefItem’
postgresql16-16.3-build/postgresql-16.3/src/backend/commands/tsearchcmds.c:1837:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘val’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def814]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execExprInterp.c: scope_hint: In function ‘ExecEvalStepOp.part.0’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execExprInterp.c:2380:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execExprInterp.c: scope_hint: In function ‘ExecEvalStepOp.part.0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def815]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execJunk.c: scope_hint: In function ‘ExecInitJunkFilterConversion’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execJunk.c:176:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
Error: CPPCHECK_WARNING (CWE-476): [#def816]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execProcnode.c:391: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def817]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execProcnode.c:407: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def818]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execProcnode.c:433: error[ctunullpointer]: Null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-476): [#def819]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execProcnode.c:433: warning[nullPointer]: Possible null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-476): [#def820]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execProcnode.c:434: warning[nullPointer]: Possible null pointer dereference: node
Error: CPPCHECK_WARNING (CWE-457): [#def821]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execScan.c:338: error[legacyUninitvar]: Uninitialized variable: relids
Error: GCC_ANALYZER_WARNING (CWE-457): [#def822]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execTuples.c: scope_hint: In function ‘do_tup_output’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/execTuples.c:2286:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘isnull’
Error: CPPCHECK_WARNING (CWE-457): [#def823]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeAppend.c:1072: warning[uninitvar]: Uninitialized variable: noccurred
Error: GCC_ANALYZER_WARNING (CWE-476): [#def824]
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeHash.c: scope_hint: In function ‘ExecParallelHashRepartitionFirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeHash.c:1343:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-457): [#def825]
postgresql16-16.3-build/postgresql-16.3/src/backend/lib/dshash.c:969: error[uninitvar]: Uninitialized variable: *bucket_head
Error: CPPCHECK_WARNING (CWE-457): [#def826]
postgresql16-16.3-build/postgresql-16.3/src/backend/lib/dshash.c:998: error[uninitvar]: Uninitialized variable: *bucket_head
Error: GCC_ANALYZER_WARNING (CWE-476): [#def827]
postgresql16-16.3-build/postgresql-16.3/src/backend/lib/pairingheap.c: scope_hint: In function ‘merge_children.part.0’
postgresql16-16.3-build/postgresql-16.3/src/backend/lib/pairingheap.c:275:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pairs’
Error: CPPCHECK_WARNING (CWE-457): [#def828]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth-scram.c:1181: warning[uninitvar]: Uninitialized variable: ClientKey
Error: GCC_ANALYZER_WARNING (CWE-457): [#def829]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2850:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘data’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:31: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:681:17: note: in expansion of macro ‘pq_flush’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:239:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:753:9: note: in expansion of macro ‘elog’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘radius_add_attribute’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2902:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2902:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2905:100: note: in expansion of macro ‘lfirst’
Error: CPPCHECK_WARNING (CWE-457): [#def830]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:3061: warning[uninitvar]: Uninitialized variable: encryptedpassword
Error: CPPCHECK_WARNING (CWE-457): [#def831]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/be-fsstubs.c:518: warning[uninitvar]: Uninitialized variable: fd
Error: GCC_ANALYZER_WARNING (CWE-476): [#def832]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c: scope_hint: In function ‘parse_hba_line’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:1352:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/include/executor/executor.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/funcapi.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:34: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:650:36: note: in expansion of macro ‘AllocSetContextCreate’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:29: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:2625:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:2625:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c: scope_hint: In function ‘parse_hba_line’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def833]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c: scope_hint: In function ‘parse_ident_line’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c:2723:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/hba.c: scope_hint: In function ‘parse_ident_line’
Error: CPPCHECK_WARNING (CWE-768): [#def834]
postgresql16-16.3-build/postgresql-16.3/src/backend/nodes/makefuncs.c:626: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(rightop)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def835]
postgresql16-16.3-build/postgresql-16.3/src/backend/nodes/makefuncs.c:698: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(qual1)},(union ListCell){.ptr_value=(qual2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def836]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/indxpath.c:3260: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rightop)},(union ListCell){.ptr_value=(leftop)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def837]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c: scope_hint: In function ‘try_partitionwise_join’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c:1551:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lcr1’
postgresql16-16.3-build/postgresql-16.3/src/include/optimizer/appendinfo.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c:1505:14: note: in expansion of macro ‘IS_PARTITIONED_REL’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def838]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c:1552:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lcr2’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c:1505:14: note: in expansion of macro ‘IS_PARTITIONED_REL’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/joinrels.c: scope_hint: In function ‘try_partitionwise_join’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def839]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/pathkeys.c: scope_hint: In function ‘pathkey_is_redundant’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/pathkeys.c:159:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘new_pathkey’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/attmap.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupconvert.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/execnodes.h:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/makefuncs.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/pathkeys.c:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/pathkeys.c:1178:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/path/pathkeys.c:1178:9: note: in expansion of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def840]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/analyzejoins.c: scope_hint: In function ‘query_is_distinct_for’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/analyzejoins.c:1100:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lg’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/analyzejoins.c: scope_hint: In function ‘query_is_distinct_for’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/analyzejoins.c:1090:25: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/analyzejoins.c:1090:25: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def841]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/initsplan.c:1074: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftjoinlist)},(union ListCell){.ptr_value=(rightjoinlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def842]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/initsplan.c:1097: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftpart)},(union ListCell){.ptr_value=(rightpart)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def843]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/planner.c: scope_hint: In function ‘create_ordinary_grouping_paths’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/planner.c:4005:42: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘partially_grouped_rel’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def844]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c: scope_hint: In function ‘fix_expr_common’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:2001:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*root.grouping_map’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/bitmapset.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/parsenodes.h:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/catalog/objectaddress.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/catalog/pg_type.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:3532:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:57: note: in definition of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:3545:29: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:3532:13: note: in expansion of macro ‘IsA’
Error: CPPCHECK_WARNING (CWE-476): [#def845]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/setrefs.c:2097: warning[nullPointer]: Possible null pointer dereference: bestplan
Error: CPPCHECK_WARNING (CWE-768): [#def846]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/subselect.c:303: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(hashplan)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def847]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘preprocess_targetlist’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c:119:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘target_rte’
Error: CPPCHECK_WARNING (CWE-768): [#def848]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:489: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath_tlist)},(union ListCell){.ptr_value=(rpath_tlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def849]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:764: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath)},(union ListCell){.ptr_value=(rpath)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def850]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:765: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lpath_tlist)},(union ListCell){.ptr_value=(rpath_tlist)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def851]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:770: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rpath)},(union ListCell){.ptr_value=(lpath)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def852]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:771: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(rpath_tlist)},(union ListCell){.ptr_value=(lpath_tlist)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def853]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_setop_grouplist’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1431:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lg’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_setop_grouplist’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1414:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1414:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1414:9: note: in expansion of macro ‘foreach’
Error: CPPCHECK_WARNING (CWE-768): [#def854]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/util/clauses.c:2980: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(simple)},((union ListCell){.ptr_value=(makeConst(26,-1,(unsigned int)0,sizeof(unsigned int),ObjectIdGetDatum(intypioparam),false,true))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def855]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/util/clauses.c:2980: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(simple)},((union ListCell){.ptr_value=(makeConst(26,-1,(unsigned int)0,sizeof(unsigned int),ObjectIdGetDatum(intypioparam),false,true))}),((union ListCell){.ptr_value=(makeConst(23,-1,(unsigned int)0,sizeof(int32),Int32GetDatum(-1),false,true))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def856]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/util/clauses.c:4370: warning[uninitvar]: Uninitialized variable: actual_arg_types
Error: CPPCHECK_WARNING (CWE-768): [#def857]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/util/relnode.c:2379: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(larg)},(union ListCell){.ptr_value=(rarg)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def858]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/util/restrictinfo.c:374: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(clause->args,1)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(clause->args,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def859]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/analyze.c:2205: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def860]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/analyze.c:2260: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def861]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/analyze.c:2273: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lcolnode)},(union ListCell){.ptr_value=(rcolnode)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def862]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:1836: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-2].ival,yylsp[-2]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def863]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:4245: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].ielem)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def864]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:4250: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-5].ielem)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def865]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5110: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def866]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5190: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[0].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def867]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5856: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(events1|events2))},((union ListCell){.ptr_value=(list_concat(columns1,columns2))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def868]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5863: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<2))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def869]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5865: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<3))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def870]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5867: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<4))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def871]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5869: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<4))},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def872]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:5871: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeInteger(1<<5))},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def873]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:6990: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeTypeNameFromNameList(yyvsp[-2].list))},(union ListCell){.ptr_value=(makeString(yyvsp[-5].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def874]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:7026: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[-2].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def875]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:7062: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-5].typnam)},(union ListCell){.ptr_value=(yyvsp[-3].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def876]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8415: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=((struct List*)NULL)},(union ListCell){.ptr_value=(makeInteger(-1))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def877]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8419: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].list)},(union ListCell){.ptr_value=(makeInteger(-1))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def878]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8423: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].list)},(union ListCell){.ptr_value=(makeInteger(0))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def879]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8567: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(yyvsp[-2].str))},(union ListCell){.ptr_value=(makeString(yyvsp[0].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def880]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8846: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def881]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8848: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[-1].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def882]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8850: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def883]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:8966: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].typnam)},(union ListCell){.ptr_value=(yyvsp[-2].typnam)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def884]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:9000: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].objwithargs)},(union ListCell){.ptr_value=(yyvsp[0].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def885]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:9004: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].objwithargs)},(union ListCell){.ptr_value=(yyvsp[-6].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def886]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:9008: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].objwithargs)},(union ListCell){.ptr_value=(NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def887]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:9012: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[0].objwithargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def888]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:9022: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].typnam)},(union ListCell){.ptr_value=(makeString(yyvsp[-1].str))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def889]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:11484: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def890]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:11496: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def891]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13480: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].alias)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def892]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13484: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def893]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13491: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(a)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def894]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13498: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(a)},(union ListCell){.ptr_value=(yyvsp[-1].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def895]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13502: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(NULL)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def896]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13531: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].list)},(union ListCell){.ptr_value=(yyvsp[0].alias)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def897]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13657: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].node)},(union ListCell){.ptr_value=((struct List*)NULL)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def898]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13675: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-1].node)},(union ListCell){.ptr_value=(yyvsp[0].list)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def899]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:13981: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-1].ival,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def900]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14365: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(1<<12,yylsp[-3]))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-1].ival,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def901]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14414: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def902]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14478: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def903]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14492: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def904]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14506: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def905]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14520: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def906]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14539: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def907]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14557: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def908]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14693: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def909]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14701: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def910]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14709: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def911]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14717: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def912]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14820: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def913]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:14835: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def914]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:15354: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-3].node)},((union ListCell){.ptr_value=(makeStringConst(yyvsp[-1].str,yylsp[-1]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def915]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:15513: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[-1].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def916]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:15525: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeBoolAConst(yyvsp[-1].boolean,-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def917]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:15542: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def918]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:15542: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[-1].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def919]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16126: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeStringConst(yyvsp[-2].str,yylsp[-2]))}),(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def920]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16156: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def921]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16156: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def922]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16156: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-6].node)},(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def923]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16161: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def924]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16161: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def925]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16167: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def926]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16190: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def927]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16190: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def928]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16195: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def929]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16195: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[0].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def930]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16206: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def931]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16221: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeIntConst(1,-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def932]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16221: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].node)},((union ListCell){.ptr_value=(makeIntConst(1,-1))}),((union ListCell){.ptr_value=(makeTypeCast(yyvsp[0].node,SystemTypeName("int4"),-1))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def933]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16227: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def934]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16227: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-4].node)},(union ListCell){.ptr_value=(yyvsp[-2].node)},(union ListCell){.ptr_value=(yyvsp[0].node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def935]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16687: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeIntConst(0x7FFF,-1))}),((union ListCell){.ptr_value=(makeIntConst(yyvsp[-2].ival,yylsp[-2]))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def936]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:16781: error[legacyUninitvar]: Uninitialized variable: n
Error: CPPCHECK_WARNING (CWE-768): [#def937]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:18234: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_concat(directargs,orderedargs))}),(union ListCell){.ptr_value=(ndirectargs)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def938]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:18341: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString("pg_catalog"))},(union ListCell){.ptr_value=(makeString(name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def939]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:18353: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString("pg_catalog"))},(union ListCell){.ptr_value=(makeString(name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def940]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:18422: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lexpr)},(union ListCell){.ptr_value=(rexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def941]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/gram.y:18439: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(lexpr)},(union ListCell){.ptr_value=(rexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def942]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_agg.c:2116: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(make_agg_arg(17,(unsigned int)0))}),((union ListCell){.ptr_value=(make_agg_arg(2281,(unsigned int)0))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def943]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_clause.c:1670: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_colvar)},(union ListCell){.ptr_value=(r_colvar)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def944]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_clause.c:1674: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_colvar)},(union ListCell){.ptr_value=(r_colvar)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def945]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_clause.c:1742: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(l_node)},(union ListCell){.ptr_value=(r_node)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def946]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_collate.c:377: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(le)},(union ListCell){.ptr_value=(re)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def947]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_cte.c:276: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def948]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_cte.c:292: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def949]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_cte.c:298: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_clause->cycle_mark_value)},(union ListCell){.ptr_value=(cycle_clause->cycle_mark_default)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def950]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1239: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(cmp)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def951]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1278: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def952]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1287: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def953]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1296: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def954]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1303: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">=",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(cexpr))copyObjectImpl(cexpr),a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<=",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(bexpr))copyObjectImpl(bexpr),a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def955]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1310: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(sub1)},(union ListCell){.ptr_value=(sub2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def956]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1314: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",aexpr,bexpr,a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),cexpr,a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def957]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1321: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,"<",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(cexpr))copyObjectImpl(cexpr),a->location))}),((union ListCell){.ptr_value=(makeSimpleA_Expr(AEXPR_OP,">",(typeof(aexpr))copyObjectImpl(aexpr),(typeof(bexpr))copyObjectImpl(bexpr),a->location))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def958]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:1328: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(sub1)},(union ListCell){.ptr_value=(sub2)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def959]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:2974: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(result)},(union ListCell){.ptr_value=(cmp)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def960]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:3196: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(expr)},(union ListCell){.ptr_value=(encoding)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def961]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:3477: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(texpr)},(union ListCell){.ptr_value=(enc)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def962]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:3633: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(pstrdup("q")))},(union ListCell){.ptr_value=(makeString(pstrdup("a")))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def963]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_expr.c:3775: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(key)},(union ListCell){.ptr_value=(val)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def964]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:1779: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(aarg->ptr_value)},(union ListCell){.ptr_value=(harg->ptr_value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def965]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:1783: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(aarg->ptr_value)},(union ListCell){.ptr_value=(harg->ptr_value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-457): [#def966]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:2270: warning[uninitvar]: Uninitialized variable: argoids
Error: CPPCHECK_WARNING (CWE-768): [#def967]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_oper.c:733: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltree)},(union ListCell){.ptr_value=(rtree)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def968]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_oper.c:835: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(ltree)},(union ListCell){.ptr_value=(rtree)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def969]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:516: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(snamespace))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def970]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:516: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(snamespace))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))},(union ListCell){.ptr_value=(makeString(column->colname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def971]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:1120: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(cxt->relation->schemaname))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def972]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:1120: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(cxt->relation->schemaname))},(union ListCell){.ptr_value=(makeString(cxt->relation->relname))},(union ListCell){.ptr_value=(makeString(def->colname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def973]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:1382: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(heapRel->schemaname))},(union ListCell){.ptr_value=(makeString(heapRel->relname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def974]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:1382: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(heapRel->schemaname))},(union ListCell){.ptr_value=(makeString(heapRel->relname))},(union ListCell){.ptr_value=(makeString(n->conname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def975]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:1673: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nspname))},(union ListCell){.ptr_value=(makeString(oprname))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def976]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:2016: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nsp_name))},(union ListCell){.ptr_value=(makeString(coll_name))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def977]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_utilcmd.c:2046: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(nsp_name))},(union ListCell){.ptr_value=(makeString(opc_name))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def978]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c: scope_hint: In function ‘core_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8207:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8086:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8091:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8309:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8091:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8093:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8151:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8170:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8199:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8205:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8228:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8205:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8170:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8093:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8096:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8096:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8096:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8199:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8205:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8228:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/scan.c:8205:9: note: in expansion of macro ‘yy_flush_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def979]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:3928: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(arg1)},(union ListCell){.ptr_value=(arrexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def980]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4020: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(relidConst)},(union ListCell){.ptr_value=(modulusConst)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def981]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4020: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(relidConst)},(union ListCell){.ptr_value=(modulusConst)},(union ListCell){.ptr_value=(remainderConst)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def982]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4191: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(nulltest)},(union ListCell){.ptr_value=(opexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def983]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4209: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(nulltest)},(union ListCell){.ptr_value=(opexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def984]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:1852: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(new_booltest)},(union ListCell){.ptr_value=(nulltest)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def985]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:3477:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lc2’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def986]
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:3521:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘values[0]’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c: scope_hint: In function ‘perform_pruning_base_step’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:54: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/partitioning/partprune.h:71:11: note: in definition of macro ‘PruneCxtStateIdx’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def987]
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c: scope_hint: In function ‘ProcessStartupPacket’
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:2288:55: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/include/port/pg_crc32c.h:36: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/xlogrecord.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/xlogreader.h:41: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/xlogrecovery.h:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:94: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/port/pg_bswap.h:125:33: note: in expansion of macro ‘pg_bswap32’
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:1991:15: note: in expansion of macro ‘pg_ntoh32’
postgresql16-16.3-build/postgresql-16.3/src/include/port/pg_bswap.h:125:33: note: in expansion of macro ‘pg_bswap32’
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:1991:15: note: in expansion of macro ‘pg_ntoh32’
postgresql16-16.3-build/postgresql-16.3/src/include/common/ip.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:97: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/postmaster.c:2263:21: note: in expansion of macro ‘PG_PROTOCOL_MINOR’
Error: GCC_ANALYZER_WARNING: [#def988]
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/syslogger.c: scope_hint: In function ‘SysLoggerMain’
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/syslogger.c:213:32: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘2’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def989]
postgresql16-16.3-build/postgresql-16.3/src/backend/regex/regexec.c:1514: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/regex/rege_dfa.c: scope_hint: In function ‘getvacant’
postgresql16-16.3-build/postgresql-16.3/src/backend/regex/rege_dfa.c:1021:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘<unknown>’
Error: CPPCHECK_WARNING (CWE-457): [#def990]
postgresql16-16.3-build/postgresql-16.3/src/backend/regex/regexec.c:235: warning[uninitvar]: Uninitialized variable: v->pmatch
Error: CPPCHECK_WARNING (CWE-457): [#def991]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/logical/reorderbuffer.c:4701: error[legacyUninitvar]: Uninitialized variable: chunksize
Error: GCC_ANALYZER_WARNING (CWE-457): [#def992]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c: scope_hint: In function ‘replication_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:507:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:492:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:1105:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:492:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:1105:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:492:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_gram.c:1105:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def993]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1971:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1138:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1158:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1182:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1182:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:2110:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1182:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1184:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1957:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:1961:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c: scope_hint: In function ‘replication_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def994]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:2011: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def995]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/repl_scanner.c:2012: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-457): [#def996]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c: scope_hint: In function ‘syncrep_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:461:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:446:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:989:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:446:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:989:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:446:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_gram.c:989:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def997]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1361:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1363:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1363:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def998]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1646:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1632:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1636:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def999]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1686: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def1000]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1687: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1001]
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1900:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1884:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1893:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c: scope_hint: In function ‘syncrep_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1902:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/replication/syncrep_scanner.c:1834:17: note: in expansion of macro ‘yy_scan_buffer’
Error: CPPCHECK_WARNING (CWE-768): [#def1002]
postgresql16-16.3-build/postgresql-16.3/src/backend/rewrite/rewriteSearchCycle.c:192: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(makeVar(1,path_varattno,2287,-1,0,0))}),(union ListCell){.ptr_value=(arr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1003]
postgresql16-16.3-build/postgresql-16.3/src/backend/rewrite/rewriteSearchCycle.c:558: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(cycle_col_rowexpr)},((union ListCell){.ptr_value=(makeVar(1,cpa_attno,2287,-1,0,0))})' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1004]
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/mvdistinct.c: scope_hint: In function ‘pg_ndistinct_out’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/mvdistinct.c:366:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-909): [#def1005]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/lmgr/lmgr.c:731: error[uninitStructMember]: Uninitialized struct member: callback.previous
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1006]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:524:47: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.itemoff’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1007]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:544:59: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.offsetindex’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1008]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:622:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.itemoff’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1009]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:648:59: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*itemidptr.offsetindex’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c:745:29: note: in expansion of macro ‘ItemIdHasStorage’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/page/bufpage.c: scope_hint: In function ‘compactify_tuples’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1010]
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/smgr/md.c: scope_hint: In function ‘mdextend’
postgresql16-16.3-build/postgresql-16.3/src/backend/storage/smgr/md.c:497:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: CPPCHECK_WARNING (CWE-457): [#def1011]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/dict_synonym.c:230: error[uninitvar]: Uninitialized variables: &key.outlen, &key.flags
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1012]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/ts_parse.c:82:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘res’
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/ts_parse.c: scope_hint: In function ‘RemoveHead’
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/ts_parse.c: scope_hint: In function ‘RemoveHead’
Error: CPPCHECK_WARNING (CWE-476): [#def1013]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser.c:198: error[nullPointer]: Null pointer dereference
Error: CPPCHECK_WARNING (CWE-476): [#def1014]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser.c:198: error[nullPointer]: Null pointer dereference: lex
Error: CPPCHECK_WARNING (CWE-476): [#def1015]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:453: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1016]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:453: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1017]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:454: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1018]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:454: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1019]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:455: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1020]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:455: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1021]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:456: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1022]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:456: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1023]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:457: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1024]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:457: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1025]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:458: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1026]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:458: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1027]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:459: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1028]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:459: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1029]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:460: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1030]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:460: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1031]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:461: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1032]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:461: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1033]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:469: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1034]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:469: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1035]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:476: error[ctunullpointer]: Null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1036]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:476: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1037]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:482: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-476): [#def1038]
postgresql16-16.3-build/postgresql-16.3/src/backend/tsearch/wparser_def.c:488: warning[nullPointer]: Possible null pointer dereference: prs
Error: CPPCHECK_WARNING (CWE-457): [#def1039]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/activity/backend_status.c:1127: error[uninitvar]: Uninitialized variables: &key.backendStatus, &key.backend_xid, &key.backend_xmin, &key.backend_subxact_count, &key.backend_subxact_overflowed
Error: CPPCHECK_WARNING (CWE-457): [#def1040]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:1376: warning[uninitvar]: Uninitialized variable: dim
Error: CPPCHECK_WARNING (CWE-457): [#def1041]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:1377: warning[uninitvar]: Uninitialized variable: lBound
Error: CPPCHECK_WARNING (CWE-457): [#def1042]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:1733: warning[uninitvar]: Uninitialized variable: buf
Error: CPPCHECK_WARNING (CWE-457): [#def1043]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:2931: warning[uninitvar]: Uninitialized variable: dim
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1044]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c: scope_hint: In function ‘array_contains_nulls’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:3801:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bitmap’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:29: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:3796:18: note: in expansion of macro ‘ARR_NULLBITMAP’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1045]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:3811:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bitmap’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:3796:18: note: in expansion of macro ‘ARR_NULLBITMAP’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1046]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c: scope_hint: In function ‘array_bitmap_copy’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/arrayfuncs.c:4997:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘destbitmap’
Error: CPPCHECK_WARNING (CWE-457): [#def1047]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/dbsize.c:604: warning[uninitvar]: Uninitialized variable: buf
Error: CPPCHECK_WARNING (CWE-457): [#def1048]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/inet_cidr_ntop.c:285: warning[uninitvar]: Uninitialized variable: outbuf
Error: CPPCHECK_WARNING (CWE-457): [#def1049]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonb.c:127: error[legacyUninitvar]: Uninitialized variable: nbytes
Error: CPPCHECK_WARNING (CWE-457): [#def1050]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonb.c:127: error[legacyUninitvar]: Uninitialized variable: str
Error: CPPCHECK_WARNING (CWE-457): [#def1051]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonbsubs.c:155: error[legacyUninitvar]: Uninitialized variable: subExpr
Error: CPPCHECK_WARNING (CWE-476): [#def1052]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonfuncs.c:5538: warning[nullPointer]: Possible null pointer dereference: res
Error: CPPCHECK_WARNING (CWE-457): [#def1053]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath.c:125: error[legacyUninitvar]: Uninitialized variable: nbytes
Error: CPPCHECK_WARNING (CWE-457): [#def1054]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath.c:125: error[legacyUninitvar]: Uninitialized variable: str
Error: CPPCHECK_WARNING (CWE-768): [#def1055]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_exec.c:2455: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(jvl->singleton)},(union ListCell){.ptr_value=(jbv)}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1056]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c: scope_hint: In function ‘jsonpath_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:543:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:528:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:1209:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:528:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:1209:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:528:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.c:1209:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: CPPCHECK_WARNING (CWE-768): [#def1057]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.y:201: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].value)},(union ListCell){.ptr_value=(yyvsp[0].value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1058]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_gram.y:202: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(yyvsp[-2].value)},(union ListCell){.ptr_value=(yyvsp[0].value)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def1059]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5370: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1060]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c: scope_hint: In function ‘jsonpath_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5370:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5254:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5258:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5469:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5258:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5260:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5316:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5335:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5363:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5368:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5391:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5368:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5335:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5260:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5263:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5263:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5263:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5363:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5368:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5391:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5368:9: note: in expansion of macro ‘yy_flush_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def1061]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/jsonpath_scan.c:5371: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def1062]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/lockfuncs.c:510: warning[nullPointer]: Possible null pointer dereference: blocked_instance
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1063]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/lockfuncs.c: scope_hint: In function ‘pg_blocking_pids’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/lockfuncs.c:510:77: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘blocked_instance’
Error: CPPCHECK_WARNING (CWE-457): [#def1064]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/pg_locale.c:2025: error[legacyUninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-457): [#def1065]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/pg_locale.c:2061: error[legacyUninitvar]: Uninitialized variable: result
Error: CPPCHECK_WARNING (CWE-768): [#def1066]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/regproc.c:418: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(get_namespace_name_or_temp(procform->pronamespace))},(union ListCell){.ptr_value=(pstrdup(procform->proname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1067]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/regproc.c:822: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(get_namespace_name_or_temp(oprForm->oprnamespace))},(union ListCell){.ptr_value=(pstrdup(oprForm->oprname.data))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1068]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/ruleutils.c:1073: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(oldrte)},(union ListCell){.ptr_value=(newrte)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-562): [#def1069]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/ruleutils.c:11815: error[returnDanglingLifetime]: Returning pointer to local variable 'buf' that will be invalid when returning.
Error: CPPCHECK_WARNING (CWE-768): [#def1070]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/selfuncs.c:1964: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},((union ListCell){.ptr_value=(makeConst(nominal_element_type,-1,nominal_element_collation,elmlen,elem_values[i],elem_nulls[i],elmbyval))})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1071]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/selfuncs.c:2038: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(elem)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1072]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/selfuncs.c:2090: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(leftop)},(union ListCell){.ptr_value=(dummyexpr)}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1073]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/selfuncs.c:2183: error[unknownEvaluationOrder]: Expression 'T_List,((union ListCell){.ptr_value=(list_nth_cell(clause->largs,0)->ptr_value)}),((union ListCell){.ptr_value=(list_nth_cell(clause->rargs,0)->ptr_value)})' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-190): [#def1074]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/tsgistidx.c:193: error[integerOverflow]: Signed integer overflow for expression '*(int32*)&c'.
Error: CPPCHECK_WARNING (CWE-476): [#def1075]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:461: warning[nullPointer]: Possible null pointer dereference: rp
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1076]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c: scope_hint: In function ‘text_position_next_internal’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:1401:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*state.skiptablemask’
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/executor/tuptable.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupconvert.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/execnodes.h:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/executor/execdesc.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/executor/executor.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/funcapi.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:318:10: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:4384:27: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:97:11: note: in definition of macro ‘VARTAG_SIZE’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:284:57: note: in expansion of macro ‘VARTAG_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:285:90: note: in expansion of macro ‘VARTAG_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:318:32: note: in expansion of macro ‘VARSIZE_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:4384:27: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:97:11: note: in definition of macro ‘VARTAG_SIZE’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:284:57: note: in expansion of macro ‘VARTAG_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:285:90: note: in expansion of macro ‘VARTAG_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:318:32: note: in expansion of macro ‘VARSIZE_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c:1215:40: note: in expansion of macro ‘VARSIZE_ANY_EXHDR’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/varlena.c: scope_hint: In function ‘text_position_next_internal’
Error: CPPCHECK_WARNING (CWE-768): [#def1077]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/adt/xml.c:610: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(DatumGetXmlP(fcinfo->args[0].value))},(union ListCell){.ptr_value=(DatumGetXmlP(fcinfo->args[1].value))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-476): [#def1078]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/catcache.c:2125: warning[nullPointer]: Possible null pointer dereference: srckeys
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1079]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/plancache.c: scope_hint: In function ‘PlanCacheComputeResultDesc’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/plancache.c:1940:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1080]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c: scope_hint: In function ‘lookup_ts_config_cache’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c:503:41: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&mapdicts’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c:30: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c:427:43: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c:487:80: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/ts_cache.c:487:80: note: in expansion of macro ‘GETSTRUCT’
Error: CPPCHECK_WARNING (CWE-457): [#def1081]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/typcache.c:2711: warning[uninitvar]: Uninitialized variable: &srch.sort_order
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1082]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/init/postinit.c: scope_hint: In function ‘process_startup_options’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/init/postinit.c:1298:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/init/postinit.c: scope_hint: In function ‘process_startup_options’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1083]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l: scope_hint: In function ‘ParseConfigFp’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:37:29: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:385:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:384:22: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1617:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1630:33: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c: scope_hint: In function ‘ParseConfigFp’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1636:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1664:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1669:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1692:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1669:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1636:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:384:22: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:385:9: note: in expansion of macro ‘yy_switch_to_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1084]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:37:29: warning[-Wanalyzer-malloc-leak]: leak of ‘GUC_yy_create_buffer(fp, 16384)’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:385:9: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:384:22: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1617:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1621:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c: scope_hint: In function ‘ParseConfigFp’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1636:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1664:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1669:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1692:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1669:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1636:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:384:22: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:385:9: note: in expansion of macro ‘yy_switch_to_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1085]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c: scope_hint: In function ‘GUC_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1631:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.l:384:22: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1617:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1621:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c: scope_hint: In function ‘GUC_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def1086]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1671: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def1087]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/misc/guc-file.c:1672: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1088]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c:935:46: warning[-Wanalyzer-malloc-leak]: leak of ‘block’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1089]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c:938:20: warning[-Wanalyzer-malloc-leak]: leak of ‘block’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c: scope_hint: In function ‘AllocSetAlloc’
Error: CPPCHECK_WARNING (CWE-401): [#def1090]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/aset.c:1159: error[memleakOnRealloc]: Common realloc mistake: 'block' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1091]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘dsa_free’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:852:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:54: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘dsa_free’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:149:23: note: in expansion of macro ‘pg_leftmost_one_pos_size_t’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘dsa_free’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1092]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘destroy_superblock’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:1824:50: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-1335): [#def1093]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘get_best_segment’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:2013:33: warning[-Wanalyzer-shift-count-overflow]: shift by count (‘4294967295’) >= precision of type (‘64’)
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:51: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c:151:16: note: in expansion of macro ‘Min’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/dsa.c: scope_hint: In function ‘get_best_segment’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1094]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c: scope_hint: In function ‘FreePageManagerGetInternal’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1441:25: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘result.index’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/freepage.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:58: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1525:30: note: in expansion of macro ‘relptr_is_null’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1343:21: note: in expansion of macro ‘relptr_is_null’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1380:16: note: in expansion of macro ‘relptr_access’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1388:23: note: in expansion of macro ‘fpm_pointer_to_page’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1068:30: note: in expansion of macro ‘relptr_access’
Error: CPPCHECK_WARNING (CWE-457): [#def1095]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/mmgr/freepage.c:1538: error[legacyUninitvar]: Uninitialized variable: root
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1096]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/sort/sharedtuplestore.c: scope_hint: In function ‘sts_parallel_scan_next’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/sort/sharedtuplestore.c:546:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘read_page’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1097]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_basebackup/bbstreamer_file.c: scope_hint: In function ‘create_file_for_extract’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_basebackup/bbstreamer_file.c:363:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "wb")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1098]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_basebackup/bbstreamer_file.c:363:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "wb")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1099]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/compress_lz4.c: scope_hint: In function ‘LZ4Stream_open’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/compress_lz4.c:727:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
Error: CPPCHECK_WARNING (CWE-476): [#def1100]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/parallel.c:504: warning[nullPointer]: Possible null pointer dereference: slot
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1101]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/parallel.c: scope_hint: In function ‘WaitForTerminatingWorkers’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/parallel.c:504:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slot’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/parallel.c:84:11: note: in definition of macro ‘WORKER_IS_RUNNING’
Error: CPPCHECK_WARNING (CWE-476): [#def1102]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_backup_archiver.c:2161: warning[nullPointer]: Possible null pointer dereference: fh
Error: CPPCHECK_WARNING (CWE-457): [#def1103]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:1369: error[legacyUninitvar]: Uninitialized variable: archiveFormat
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1104]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpFunc’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:11990:24: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘probin’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1105]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpCollation’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:13462:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘collcollate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1106]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:13464:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘collctype’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1107]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c: scope_hint: In function ‘dumpSequence’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:17152:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘owning_tab’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_dump/pg_dump.c:17125:51: note: in expansion of macro ‘fmtQualifiedDumpable’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1108]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_resetwal/pg_resetwal.c: scope_hint: In function ‘CheckDataVersion’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_resetwal/pg_resetwal.c:524:20: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1109]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_resetwal/pg_resetwal.c:524:20: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1110]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_resetwal/pg_resetwal.c:533:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1111]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_resetwal/pg_resetwal.c:533:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("PG_VERSION", "r")’
Error: GCC_ANALYZER_WARNING (CWE-835): [#def1112]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_test_fsync/pg_test_fsync.c: scope_hint: In function ‘test_sync’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_test_fsync/pg_test_fsync.c:312:47: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: GCC_ANALYZER_WARNING (CWE-835): [#def1113]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_test_fsync/pg_test_fsync.c:415:47: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: GCC_ANALYZER_WARNING (CWE-835): [#def1114]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_test_fsync/pg_test_fsync.c: scope_hint: In function ‘test_open_sync’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_test_fsync/pg_test_fsync.c:480:47: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1115]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c: scope_hint: In function ‘get_control_data’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:139:36: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1116]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:139:47: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1117]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:153:40: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1118]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:14: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:203:38: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/pg_upgrade.h:27:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/pg_upgrade.h:27:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:1375: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:192:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/controldata.c:192:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/pg_upgrade.h:27:35: note: in definition of macro ‘GET_MAJOR_VERSION’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/pg_upgrade.h:27:35: note: in definition of macro ‘GET_MAJOR_VERSION’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1119]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c: scope_hint: In function ‘get_bin_version’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c:45:48: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:1375: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c:10: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c:443:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c:443:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/exec.c:443:9: note: in expansion of macro ‘snprintf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1120]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/option.c: scope_hint: In function ‘adjust_data_dir’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/option.c:428:48: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "r")’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1121]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/option.c: scope_hint: In function ‘get_sock_dir’
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/option.c:483:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&filename, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1122]
postgresql16-16.3-build/postgresql-16.3/src/bin/pg_upgrade/option.c:483:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&filename, "r")’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1123]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c: scope_hint: In function ‘expr_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:436:21: warning[-Wanalyzer-malloc-leak]: leak of ‘yyptr’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:122:40: note: in definition of macro ‘YY_CAST’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:422:25: note: in expansion of macro ‘YYMALLOC’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1126:20: note: in expansion of macro ‘YYSTACK_ALLOC’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1174:16: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1195:17: note: in expansion of macro ‘YYTRANSLATE’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:122:40: note: in definition of macro ‘YY_CAST’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:422:25: note: in expansion of macro ‘YYMALLOC’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1126:20: note: in expansion of macro ‘YYSTACK_ALLOC’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:481:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1129:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1174:16: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:122:40: note: in definition of macro ‘YY_CAST’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:422:25: note: in expansion of macro ‘YYMALLOC’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1126:20: note: in expansion of macro ‘YYSTACK_ALLOC’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1124]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:496:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:481:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1129:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:481:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1129:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:481:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprparse.c:1129:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1125]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2001:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:343:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1022:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1043:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:221:55: note: in expansion of macro ‘yytext’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:295:31: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1022:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1043:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1072:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1987:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1991:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1126]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2043:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:343:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1022:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1043:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1744:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1744:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1922:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1932:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1932:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1932:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2035:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2041:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2064:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2041:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1127]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2165:42: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(8)’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:335:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:335:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1940:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1949:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2145:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2157:66: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1128]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2185:42: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:335:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.l:335:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1940:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:1949:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2145:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c:2176:66: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/exprscan.c: scope_hint: In function ‘expr_yyensure_buffer_stack’
Error: CPPCHECK_WARNING (CWE-457): [#def1129]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c:1617: warning[uninitvar]: Uninitialized variables: &key.svalue, &key.value
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1130]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToInt’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c:2042:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pval.type’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToInt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1131]
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToDouble’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c:2070:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pval.type’
postgresql16-16.3-build/postgresql-16.3/src/bin/pgbench/pgbench.c: scope_hint: In function ‘coerceToDouble’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1132]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/common.c: scope_hint: In function ‘ExecQueryUsingCursor’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/common.c:1858:30: warning[-Wanalyzer-file-leak]: leak of FILE ‘fout’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1133]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/common.c:1858:30: warning[-Wanalyzer-malloc-leak]: leak of ‘fout’
Error: GCC_ANALYZER_WARNING (CWE-762): [#def1134]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/copy.c: scope_hint: In function ‘do_copy’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/copy.c:351:25: warning[-Wanalyzer-mismatching-deallocation]: ‘copystream’ should have been deallocated with ‘pclose’ but was deallocated with ‘fclose’
Error: CPPCHECK_WARNING (CWE-457): [#def1135]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/crosstabview.c:362: error[uninitvar]: Uninitialized variables: &elt.sort_value, &elt.rank
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1136]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/crosstabview.c: scope_hint: In function ‘printCrosstab’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/crosstabview.c:368:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1137]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/crosstabview.c:382:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/crosstabview.c: scope_hint: In function ‘printCrosstab’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1138]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:517:53: warning[-Wanalyzer-malloc-leak]: leak of ‘slash_yy_create_buffer(*(struct yyguts_t *)yyscanner.yyin_r, 16384, yyscanner)’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:682:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2435:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:682:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:688:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1437:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1458:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1484:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1487:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2472:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2476:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2491:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2520:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2549:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2535:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2535:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2491:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1487:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1139]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1486:50: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:682:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2435:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:682:3: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:688:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1437:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1458:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1484:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1487:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2472:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2485:33: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2491:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2520:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2549:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2569:19: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2535:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2535:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2491:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1487:33: note: in expansion of macro ‘yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1140]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2486:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:680:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2435:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:680:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:688:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1437:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1458:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1484:24: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1485:25: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1487:33: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2472:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2476:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1141]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2528:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:680:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2435:14: note: in expansion of macro ‘YY_CURRENT_BUFFER’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:680:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:688:2: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1437:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:1458:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2254:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2254:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2407:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2417:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2417:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2417:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2520:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2549:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2526:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1142]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2650:42: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(8)’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:577:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:577:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2642:66: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1143]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2670:42: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:577:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:577:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2425:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2434:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2630:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c:2661:66: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.c: scope_hint: In function ‘slash_yyensure_buffer_stack’
Error: CPPCHECK_WARNING (CWE-562): [#def1144]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:499: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def1145]
postgresql16-16.3-build/postgresql-16.3/src/bin/psql/psqlscanslash.l:573: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1146]
postgresql16-16.3-build/postgresql-16.3/src/bin/scripts/vacuumdb.c: scope_hint: In function ‘vacuum_one_database’
postgresql16-16.3-build/postgresql-16.3/src/bin/scripts/vacuumdb.c:849:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cell’
Error: CPPCHECK_WARNING (CWE-457): [#def1147]
postgresql16-16.3-build/postgresql-16.3/src/common/encnames.c:541: warning[uninitvar]: Uninitialized variable: newkey
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1148]
postgresql16-16.3-build/postgresql-16.3/src/common/sprompt.c: scope_hint: In function ‘simple_prompt_extended’
postgresql16-16.3-build/postgresql-16.3/src/common/sprompt.c:180:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘termout’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1149]
postgresql16-16.3-build/postgresql-16.3/src/common/sprompt.c:180:16: warning[-Wanalyzer-malloc-leak]: leak of ‘termout’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1150]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/print.c: scope_hint: In function ‘print_aligned_text’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/print.c:909:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘width_header’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1151]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/print.c:1040:17: warning[-Wanalyzer-null-argument]: use of NULL ‘bytes_output’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memset’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1152]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/print.c:1219:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fout’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:59: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres_fe.h:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/print.c:18: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1153]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4373:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1136:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4312:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4321:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4517:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4321:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1136:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1141:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:2881:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:2902:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4141:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4141:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4294:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4299:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4301:13: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4359:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4363:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_create_buffer’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1154]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c: scope_hint: In function ‘psql_yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4415:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1136:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4312:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4321:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4517:13: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4321:9: note: in expansion of macro ‘yyensure_buffer_stack’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1136:10: note: in expansion of macro ‘yy_switch_to_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.l:1141:14: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:2881:21: note: in expansion of macro ‘yylex’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:2902:1: note: in expansion of macro ‘YY_DECL’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4141:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4141:25: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4294:10: note: in expansion of macro ‘yyrestart’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4304:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4304:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4304:9: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4407:17: note: in expansion of macro ‘yy_init_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4413:9: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4436:10: note: in expansion of macro ‘yy_flush_buffer’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/psqlscan.c:4413:9: note: in expansion of macro ‘yy_flush_buffer’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1155]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/recovery_gen.c: scope_hint: In function ‘WriteRecoveryConfig’
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/recovery_gen.c:123:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&filename, <unknown>)’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1156]
postgresql16-16.3-build/postgresql-16.3/src/fe_utils/recovery_gen.c:123:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&filename, <unknown>)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1157]
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:33: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c: scope_hint: In function ‘RelationReloadNailed’
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:658:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:2383:48: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tableam.h:24: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:35: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:5462:14: note: in expansion of macro ‘RelationGetForm’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:2064:9: note: in expansion of macro ‘RelationIdCacheLookup’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:2064:9: note: in expansion of macro ‘RelationIdCacheLookup’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c: scope_hint: In function ‘RelationReloadNailed’
postgresql16-16.3-build/postgresql-16.3/src/backend/utils/cache/relcache.c:2383:48: note: in expansion of macro ‘GETSTRUCT’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1158]
postgresql16-16.3-build/postgresql-16.3/src/include/storage/bufmgr.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/bufmask.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c: scope_hint: In function ‘btree_xlog_split’
postgresql16-16.3-build/postgresql-16.3/src/include/access/itup.h:71:56: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nposting’
postgresql16-16.3-build/postgresql-16.3/src/include/storage/bufpage.h:470:41: note: in definition of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:795:41: note: in expansion of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:390:65: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:390:74: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:789:24: note: in definition of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:363:32: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:363:41: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h:369:34: note: in expansion of macro ‘P_RIGHTMOST’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:378:28: note: in expansion of macro ‘P_FIRSTDATAKEY’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c: scope_hint: In function ‘btree_xlog_split’
postgresql16-16.3-build/postgresql-16.3/src/include/storage/bufpage.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:412:35: note: in expansion of macro ‘OffsetNumberNext’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c: scope_hint: In function ‘btree_xlog_split’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:412:35: note: in expansion of macro ‘OffsetNumberNext’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:389:37: note: in expansion of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/src/include/storage/bufpage.h:470:41: note: in definition of macro ‘PageAddItem’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:795:41: note: in expansion of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:390:65: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtxlog.c:390:74: note: in expansion of macro ‘IndexTupleSize’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1159]
postgresql16-16.3-build/postgresql-16.3/src/include/access/tableam.h:24: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/heapam.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/heap/heapam_handler.c:23: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tableam.h: scope_hint: In function ‘table_scan_getnextslot’
postgresql16-16.3-build/postgresql-16.3/src/include/access/tableam.h:1052:52: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sscan’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/rel.h:504:38: note: in definition of macro ‘RelationGetRelid’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/rel.h:504:38: note: in definition of macro ‘RelationGetRelid’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1160]
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupmacs.h:28:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_tuple.c: scope_hint: In function ‘brin_deconstruct_tuple’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_tuple.c:34: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/brin/brin_tuple.c:572:14: note: in expansion of macro ‘BrinTupleIsEmptyRange’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1161]
postgresql16-16.3-build/postgresql-16.3/src/include/lib/ilist.h:1009:25: warning[-Wanalyzer-malloc-leak]: leak of ‘rw’
postgresql16-16.3-build/postgresql-16.3/src/backend/postmaster/bgworker.c: scope_hint: In function ‘RegisterBackgroundWorker’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1162]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:42: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/attmap.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupconvert.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/execnodes.h:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/foreign/fdwapi.h:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:23: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:5061:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_clause’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:5061:13: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1163]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:42: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘clause’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:1431:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:1431:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c: scope_hint: In function ‘dependency_is_compatible_clause’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/statistics/dependencies.c:797:18: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1164]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:42: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/relcache.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/genam.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:32: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘leftop’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1227:31: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1192:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1192:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1227:31: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1165]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:5130:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4990:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4990:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4904:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:469:18: note: in expansion of macro ‘multi_for_advance_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:5078:17: note: in expansion of macro ‘forboth’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4996:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4904:13: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:152:28: note: in expansion of macro ‘palloc0fast’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:176:53: note: in expansion of macro ‘newNode’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:4943:50: note: in expansion of macro ‘makeNode’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c: scope_hint: In function ‘fix_indexqual_operand’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/plan/createplan.c:5130:13: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1166]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:133:66: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rightop’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1259:29: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1192:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1192:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodeFuncs.h: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodeFuncs.h:88:33: note: in expansion of macro ‘linitial’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c: scope_hint: In function ‘ExecIndexBuildScanKeys’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1222:39: note: in expansion of macro ‘IsA’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:179:42: note: in expansion of macro ‘nodeTag’
postgresql16-16.3-build/postgresql-16.3/src/backend/executor/nodeIndexscan.c:1259:29: note: in expansion of macro ‘IsA’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1167]
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘funcname_signature_string’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lc’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:2013:70: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘funcname_signature_string’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:2013:70: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1168]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/bitmapset.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/primnodes.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_hash’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘partexprs_item’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:242:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4040:54: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:242:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4040:54: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/nodes.h:242:55: note: in definition of macro ‘copyObject’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4040:54: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1169]
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘secrets’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2905:100: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:681:17: note: in expansion of macro ‘pq_flush’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:239:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:753:9: note: in expansion of macro ‘elog’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c: scope_hint: In function ‘CheckRADIUSAuth’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2902:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2902:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2905:100: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/libpq/auth.c:2905:100: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1170]
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/relcache.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/genam.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/amapi.h:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/hash.h:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:38: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c: scope_hint: In function ‘get_steps_using_prefix_recurse’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘start’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2505:41: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2519:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c: scope_hint: In function ‘get_steps_using_prefix_recurse’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2519:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2535:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2535:17: note: in expansion of macro ‘for_each_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partprune.c:2505:41: note: in expansion of macro ‘lfirst’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1171]
postgresql16-16.3-build/postgresql-16.3/src/include/access/tupdesc.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:19: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:26: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_append_tlist’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:174:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘curColType’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1317:64: note: in expansion of macro ‘lfirst_oid’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1303:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1303:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c: scope_hint: In function ‘generate_append_tlist’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1310:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1310:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1310:17: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/prepunion.c:1317:64: note: in expansion of macro ‘lfirst_oid’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1172]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:281:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘elemops’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c: scope_hint: In function ‘make_partition_op_expr’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:3952:100: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1173]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:281:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘expanded_groups’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_agg.c: scope_hint: In function ‘expand_grouping_sets’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_agg.c:1812:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:178:49: note: in expansion of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_agg.c:1835:30: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1174]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:281:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fargs’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:155:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:155:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:179:9: note: in expansion of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:15: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:1627:40: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c:370:49: note: in expansion of macro ‘GETSTRUCT’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
postgresql16-16.3-build/postgresql-16.3/src/backend/parser/parse_func.c: scope_hint: In function ‘unify_hypothetical_args’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1175]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:281:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘or_expr_args’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:469:18: note: in expansion of macro ‘multi_for_advance_cell’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4392:9: note: in expansion of macro ‘forboth’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c: scope_hint: In function ‘get_qual_for_range’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:172:51: note: in definition of macro ‘lfirst’
postgresql16-16.3-build/postgresql-16.3/src/backend/partitioning/partbounds.c:4339:78: note: in expansion of macro ‘linitial’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1176]
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:1375: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:25: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/src/include/port.h:238:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘values[1]’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:137:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/src/include/miscadmin.h:113:10: note: in expansion of macro ‘unlikely’
postgresql16-16.3-build/postgresql-16.3/src/include/miscadmin.h:123:13: note: in expansion of macro ‘INTERRUPTS_PENDING_CONDITION’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:342:17: note: in expansion of macro ‘CHECK_FOR_INTERRUPTS’
postgresql16-16.3-build/postgresql-16.3/src/include/miscadmin.h:113:10: note: in expansion of macro ‘unlikely’
postgresql16-16.3-build/postgresql-16.3/src/include/miscadmin.h:123:13: note: in expansion of macro ‘INTERRUPTS_PENDING_CONDITION’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:342:17: note: in expansion of macro ‘CHECK_FOR_INTERRUPTS’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c: scope_hint: In function ‘build_pgstattuple_type’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:136:9: note: in expansion of macro ‘snprintf’
postgresql16-16.3-build/postgresql-16.3/contrib/pgstattuple/pgstattuple.c:137:9: note: in expansion of macro ‘snprintf’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1177]
postgresql16-16.3-build/postgresql-16.3/src/include/storage/block.h:105:39: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtdedup.c: scope_hint: In function ‘_bt_bottomupdel_finish_pending’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtdedup.c: scope_hint: In function ‘_bt_bottomupdel_finish_pending’
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h: scope_hint: In function ‘_bt_bottomupdel_finish_pending’
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h: scope_hint: In function ‘_bt_bottomupdel_finish_pending’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1178]
postgresql16-16.3-build/postgresql-16.3/src/include/storage/bufpage.h:340:51: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘childpage’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c: scope_hint: In function ‘ginPlaceToPage’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c:20: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c:398:17: note: in expansion of macro ‘START_CRIT_SECTION’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/gin/ginbtree.c:417:25: note: in expansion of macro ‘GinPageGetOpaque’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1179]
postgresql16-16.3-build/postgresql-16.3/src/include/storage/itemptr.h:116:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c: scope_hint: In function ‘_bt_check_third_page’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h: scope_hint: In function ‘_bt_check_third_page’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2675:9: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1180]
postgresql16-16.3-build/postgresql-16.3/src/include/storage/itemptr.h:176:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c: scope_hint: In function ‘_bt_truncate’
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:789:24: note: in definition of macro ‘TYPEALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2284:19: note: in expansion of macro ‘MAXALIGN’
postgresql16-16.3-build/postgresql-16.3/src/backend/access/nbtree/nbtutils.c:2284:28: note: in expansion of macro ‘IndexTupleSize’
postgresql16-16.3-build/postgresql-16.3/src/include/access/nbtree.h: scope_hint: In function ‘_bt_truncate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1181]
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c:47: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘expand_insert_targetlist’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/rel.h:510:60: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rel’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c: scope_hint: In function ‘expand_insert_targetlist’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
postgresql16-16.3-build/postgresql-16.3/src/backend/optimizer/prep/preptlist.c:371:20: note: in expansion of macro ‘RelationGetNumberOfAttributes’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1182]
postgresql16-16.3-build/postgresql-16.3/src/include/access/htup_details.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c: scope_hint: In function ‘exec_assign_value’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:220:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:289:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:297:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c:5126:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:291:43: note: in definition of macro ‘likely’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c: scope_hint: In function ‘exec_assign_value’
/usr/include/dirent.h:247: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/storage/fd.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/sharedtuplestore.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/execnodes.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/executor/nodeAgg.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/executor/execExpr.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:220:30: note: in definition of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:297:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c:5126:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c: scope_hint: In function ‘exec_assign_value’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:289:57: note: in expansion of macro ‘VARATT_IS_1B_E’
postgresql16-16.3-build/postgresql-16.3/src/include/varatt.h:297:10: note: in expansion of macro ‘VARATT_IS_EXTERNAL’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_exec.c:5126:50: note: in expansion of macro ‘VARATT_IS_EXTERNAL_EXPANDED_RW’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1183]
postgresql16-16.3-build/postgresql-16.3/src/interfaces/libpq/fe-exec.c: scope_hint: In function ‘pqResultStrdup’
postgresql16-16.3-build/postgresql-16.3/src/interfaces/libpq/fe-exec.c:677:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1184]
postgresql16-16.3-build/postgresql-16.3/src/interfaces/libpq/fe-exec.c: scope_hint: In function ‘PQclear.part.0’
postgresql16-16.3-build/postgresql-16.3/src/interfaces/libpq/fe-exec.c:734:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1185]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c: scope_hint: In function ‘resolve_column_ref’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1298:45: warning[-Wanalyzer-null-argument]: use of NULL ‘colname’ where non-null expected
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c: scope_hint: In function ‘resolve_column_ref’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:61: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:16: included_from: Included from here.
/usr/include/string.h:156:12: note: argument 2 of ‘strcmp’ must be non-null
Error: CPPCHECK_WARNING (CWE-768): [#def1186]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1448: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1187]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1565: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1188]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1572: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1189]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1572: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))},(union ListCell){.ptr_value=(makeString(word3))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1190]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1590: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))}' depends on order of evaluation of side effects
Error: CPPCHECK_WARNING (CWE-768): [#def1191]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_comp.c:1590: error[unknownEvaluationOrder]: Expression 'T_List,(union ListCell){.ptr_value=(makeString(word1))},(union ListCell){.ptr_value=(makeString(word2))},(union ListCell){.ptr_value=(makeString(word3))}' depends on order of evaluation of side effects
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1192]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c: scope_hint: In function ‘plpgsql_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:748:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:733:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1868:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:748:25: note: in definition of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1868:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:733:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1868:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1193]
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:16: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:53:34: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:483:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:486:66: note: in expansion of macro ‘parser_errposition’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:483:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:483:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:483:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:486:66: note: in expansion of macro ‘parser_errposition’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:53:34: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:483:49: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:486:66: note: in expansion of macro ‘parser_errposition’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1194]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:361:105: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:361:105: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1195]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:375:69: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1196]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:398:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1197]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:402:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1198]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:416:75: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:416:75: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1199]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:418:94: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:418:94: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1200]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:419:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:419:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1201]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:420:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:420:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1202]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:421:85: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:421:85: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1203]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:422:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:422:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1204]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:424:98: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1205]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:436:91: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.str’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1206]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:443:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:443:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1207]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:450:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:450:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1208]
postgresql16-16.3-build/postgresql-16.3/src/include/postgres.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:500:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:500:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1209]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:502:83: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:502:83: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1210]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:506:122: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/c.h:759:41: note: in definition of macro ‘OidIsValid’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:506:122: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:503:65: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1211]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:511:55: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:511:55: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1212]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:511:97: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:511:97: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1213]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:513:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:513:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1214]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:514:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:514:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1215]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:515:77: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1216]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:531:94: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:531:94: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1217]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:531:131: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:531:131: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1218]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:534:113: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:534:113: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1219]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:543:57: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:543:57: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1220]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:543:99: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:543:99: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1221]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:550:86: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1222]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:592:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:592:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1223]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:594:86: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:594:86: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1224]
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/primnodes.h:22: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/catalog/namespace.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:599:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:599:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:374:45: note: in definition of macro ‘foreach’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1225]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:607:49: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:607:49: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1226]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:616:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.datum’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:616:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:616:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1227]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:620:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.datum’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1228]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:627:57: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.dtype’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1229]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:640:112: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1230]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:654:55: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1231]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:669:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.cword.idents’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1232]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:695:87: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1233]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:723:72: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1234]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:772:92: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:772:81: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:772:81: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1235]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:777:92: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.keyword’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:777:81: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:777:81: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1236]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:782:63: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.cword.idents’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1237]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:818:62: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1238]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:826:118: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:826:118: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1239]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:828:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1240]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:830:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1241]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:832:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1242]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:834:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1243]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:836:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1244]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:838:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1245]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:840:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1246]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:842:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1247]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:844:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1248]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:846:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1249]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:848:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1250]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:850:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1251]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:852:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1252]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:854:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1253]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:856:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1254]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:858:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1255]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:860:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1256]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:862:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1257]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:864:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1258]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:866:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1259]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:868:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1260]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:870:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1261]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:872:117: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.stmt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1262]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:956:74: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.wdatum.ident’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1263]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:996:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:996:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1264]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:998:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:998:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1265]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:999:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:999:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1266]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1068:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.diagitem’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1267]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1072:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.diagitem’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1072:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1072:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1268]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1081:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1081:73: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1269]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1082:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.ival’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1270]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1143:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.wdatum.datum’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1271]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1172:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1172:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1272]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1174:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1174:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1273]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1175:76: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1175:76: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1274]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1176:77: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1176:77: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1275]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1177:76: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1177:76: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1276]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1192:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1192:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1277]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1193:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1193:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1278]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1194:71: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1279]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1206:73: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1280]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1212:64: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1212:64: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1281]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1233:99: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.casewhen’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1282]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1237:84: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.casewhen’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1237:64: note: in expansion of macro ‘list_make1’
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/pg_list.h:207:60: note: in definition of macro ‘list_make_ptr_cell’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1237:64: note: in expansion of macro ‘list_make1’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1283]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1245:67: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1245:67: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1284]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1246:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1246:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1285]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1247:71: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1286]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1264:62: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.list’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1287]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1277:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1277:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1288]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1279:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1279:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1289]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1280:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1290]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1295:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1295:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1291]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1297:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1297:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1292]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1298:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1298:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1293]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1299:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1294]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1311:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1311:63: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1295]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1316:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1316:71: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1296]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1317:80: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1317:80: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1297]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1318:89: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1298]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1330:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1330:71: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1299]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1331:80: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1331:80: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1300]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1332:89: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1301]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1361:84: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1361:84: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1302]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1364:65: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1364:65: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1303]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1366:89: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1366:89: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1304]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1370:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1370:73: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1305]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1410:84: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1410:84: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1306]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1410:118: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1410:118: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1307]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1429:65: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
/usr/include/dirent.h:247: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/storage/fd.h:46: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/utils/sharedtuplestore.h:17: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/nodes/execnodes.h:45: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/include/commands/trigger.h:18: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/plpgsql.h:21: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:27: included_from: Included from here.
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1429:65: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1308]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1429:109: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1429:109: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1309]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1507:92: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1507:92: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1310]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1507:126: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1507:126: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1311]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1515:73: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1515:73: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1312]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1515:119: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1515:119: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1313]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1630:91: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.word.ident’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1314]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1653:63: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1653:63: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1315]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1655:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1655:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1316]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1656:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1656:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1317]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1657:71: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1657:71: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1318]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1658:81: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.loop_body.stmts’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1319]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1691:73: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.ival’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1320]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1702:74: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1702:74: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1321]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1703:67: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1703:67: note: valid subscripts for ‘yylsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def1322]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1704:72: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1704:72: note: valid subscripts for ‘yyvsa’ are ‘[0]’ to ‘[199]’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1323]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:1705:70: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*yyvsp.expr’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1324]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y: scope_hint: In function ‘word_is_not_variable’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2602:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*word.ident’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2600:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2600:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2600:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2600:9: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1325]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y: scope_hint: In function ‘cword_is_not_variable’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2613:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*cword.idents’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2611:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c:1748:1: note: in expansion of macro ‘yyparse’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:164:9: note: in expansion of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2611:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2611:9: note: in expansion of macro ‘ereport’
postgresql16-16.3-build/postgresql-16.3/src/include/utils/elog.h:147:25: note: in definition of macro ‘ereport_domain’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:2611:9: note: in expansion of macro ‘ereport’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1326]
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.y:3456:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*(PLwdatum *)yyvsp.ident’
postgresql16-16.3-build/postgresql-16.3/src/pl/plpgsql/src/pl_gram.c: scope_hint: In function ‘plpgsql_yyparse’
Error: CPPCHECK_WARNING (CWE-476): [#def1327]
postgresql16-16.3-build/postgresql-16.3/src/pl/tcl/pltcl.c:3194: warning[nullPointer]: Possible null pointer dereference: tupdesc
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1328]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c: scope_hint: In function ‘spec_yyparse’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:464:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:449:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:1011:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:449:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:1011:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:449:9: note: in expansion of macro ‘YYCOPY’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:1011:9: note: in expansion of macro ‘YYSTACK_RELOCATE’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1329]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specparse.c:1137:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*(char **)<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1330]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1444:46: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1446:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1446:41: note: in expansion of macro ‘yyrealloc’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘yy_get_next_buffer’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1331]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1729:12: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(64)’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1715:21: note: in expansion of macro ‘yy_create_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1719:31: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_create_buffer’
Error: CPPCHECK_WARNING (CWE-476): [#def1332]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1769: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def1333]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1770: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1334]
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1983:45: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(n)’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1967:17: note: in expansion of macro ‘yy_scan_bytes’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1976:24: note: in expansion of macro ‘yyalloc’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c: scope_hint: In function ‘spec_yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1985:13: note: in expansion of macro ‘yy_scan_buffer’
postgresql16-16.3-build/postgresql-16.3/src/test/isolation/specscanner.c:1917:17: note: in expansion of macro ‘yy_scan_buffer’
Scan Properties
analyzer-version-clippy | 1.82.0 |
analyzer-version-cppcheck | 2.16.0 |
analyzer-version-gcc | 14.2.1 |
analyzer-version-gcc-analyzer | 15.0.0 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-239.us-west-2.compute.internal |
mock-config | fedora-rawhide-gcc-latest-x86_64 |
project-name | postgresql16-16.3-6.fc42 |
store-results-to | /tmp/tmpspu9yywy/postgresql16-16.3-6.fc42.tar.xz |
time-created | 2024-11-13 03:07:35 |
time-finished | 2024-11-13 03:40:36 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmpspu9yywy/postgresql16-16.3-6.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpspu9yywy/postgresql16-16.3-6.fc42.src.rpm' |
tool-version | csmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9 |