]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Oct 2009 20:04:45 +0000 (20:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Oct 2009 20:04:45 +0000 (20:04 +0000)
commit83a673808dc3a47363eae6388bea8571e2bc07a3
tree71637ca690559288d1ccb3eaec972c356e2c3155
parent70b533e029728cd364cac5134d3ba991044cf3ef
Fix assorted memory leaks in pg_hba.conf parsing.  Over a sufficiently
large number of SIGHUP cycles, these would have run the postmaster out
of memory.  Noted while testing memory-leak scenario in postgresql.conf
configuration-change-printing patch.
src/backend/libpq/hba.c