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:53 +0000 (19:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Nov 2004 19:54:53 +0000 (19:54 +0000)
commiteac07f1fd7dc278b69c8a6c62111f55d0c8475a3
treed422c4d7f9774c2a4d4a040c468924b18b99a79d
parent42a8068b5ca8c27ef21dbfecebfd8bb0430139b1
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