]> 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:30 +0000 (15:54 -0700)
commit5a33a39a8bb4540e760110202853aded611b1e7c
treed1e70d3e6d4b3e32d6b0a5fd5b5216db99843d75
parent91e5add02ba98ab3d46db6d3b457d6fd084f1ae3
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