]> granicus.if.org Git - postgresql/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:39 +0000 (20:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Oct 2009 20:04:39 +0000 (20:04 +0000)
commit35a173ab335a2a1842b5d81f58cb9f0f10a22aff
tree1cf312a34422317041bf7aa9408ae129ab81dced
parent54d60bbd075a61c7dd2ef384dc930d726d68ee64
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