]> 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:29 +0000 (15:54 -0700)
commit159bf0f31b59f7ef7f4bc6c3f57a5187f6a96947
tree85d26a903ac7d34b5d02b199c3b23b1c0c4515fc
parent7f90b727422bde6308fd22b7fb0aef48255fd6db
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