postgresql/src
Tom Lane 713cfaf2a5 Silence Coverity complaint about possible null-pointer dereference.
If pg_init_privs were to contain a NULL ACL field, this code would
pass old_acl == NULL to merge_acl_with_grant, which would crash.
The case shouldn't happen, but it just takes a couple more lines
of code to guard against it, so do so.

Oversight in 534287403; no back-patch needed.
2024-05-05 11:23:49 -04:00
..
backend Silence Coverity complaint about possible null-pointer dereference. 2024-05-05 11:23:49 -04:00
bin Fix an assortment of typos 2024-05-04 02:33:25 +12:00
common Remove redundant JSON parser typedefs 2024-04-27 07:02:57 -04:00
fe_utils Fix an assortment of typos 2024-05-04 02:33:25 +12:00
include Fix query pullup issue with WindowClause runCondition 2024-05-05 12:54:46 +12:00
interfaces Fix comment regarding LibreSSL availability 2024-05-05 09:47:35 +02:00
makefiles Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
pl Fix plpgsql's handling of -- comments following expressions. 2024-04-10 15:45:58 -04:00
port Fix code for probing availability of AVX-512. 2024-04-23 10:54:04 -05:00
template Remove AIX support 2024-02-28 15:17:23 +04:00
test Fix query pullup issue with WindowClause runCondition 2024-05-05 12:54:46 +12:00
timezone Update time zone data files to tzdata release 2024a. 2024-02-01 15:57:53 -05:00
tools Fix query pullup issue with WindowClause runCondition 2024-05-05 12:54:46 +12:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Update Unicode data to CLDR 45 2024-04-22 09:16:33 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00