]> granicus.if.org Git - postgresql/commit
Fix off-by-one memory allocation, as reported by Rod Taylor. Also
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Nov 2004 19:54:34 +0000 (19:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Nov 2004 19:54:34 +0000 (19:54 +0000)
commitaed7855dd8e71e66c19128b1c052bf5132b3dd3e
tree54ce39c3041ad102ffbf851342b660e371e6162a
parentb990232c5d5447194857632522389142fcbb841d
Fix off-by-one memory allocation, as reported by Rod Taylor.  Also
avoid repalloc'ing twice when once is sufficient.
src/backend/libpq/hba.c