]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove NULL dereference from RenameRelationInternal().
authorNoah Misch <noah@leadboat.com>
Sun, 29 Sep 2024 22:54:25 +0000 (15:54 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 29 Sep 2024 22:54:28 +0000 (15:54 -0700)
commit4c922821e12e5a7526dac9049a4c8af861375103
tree0c83a1875310564e601e14358fdcffe713c8836d
parent0a709c456fc97b6d5452fe2117afc9a4c3b09da9
Remove NULL dereference from RenameRelationInternal().

Defect in last week's commit aac2c9b4fde889d13f859c233c2523345e72d32b,
per Coverity.  Reaching this would need catalog corruption.  Back-patch
to v12, like that commit.
src/backend/commands/tablecmds.c