]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't leak malloc'd error string in libpqrcv_check_conninfo().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Mar 2021 02:21:58 +0000 (22:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Mar 2021 02:21:58 +0000 (22:21 -0400)
commitba986b7bc5cf2cc9f586e553f78ab9b2b199fac2
tree6d25beee4def2349d2b7325664d3869c6d21ac16
parent5058e95a6ef99e03dd5e41c9cda531cbed721d53
Don't leak malloc'd error string in libpqrcv_check_conninfo().

We leaked the error report from PQconninfoParse, when there was
one.  It seems unlikely that real usage patterns would repeat
the failure often enough to create serious bloat, but let's
back-patch anyway to keep the code similar in all branches.

Found via valgrind testing.
Back-patch to v10 where this code was added.

Discussion: https://postgr.es/m/3816764.1616104288@sss.pgh.pa.us
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c