[pgpool-committers: 769] pgpool: Fix long standing bug with pool_open(). It initializes wrong bu

Tatsuo Ishii ishii at postgresql.org
Thu Dec 27 18:27:36 JST 2012


Fix long standing bug with pool_open(). It initializes wrong buffer
pointer. Actually this is harmless because the pointer is
initialized by prior memset() call, though.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1671c1256c3205245a08c40314591c891a584f97

Modified Files
--------------
pool_stream.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)



More information about the pgpool-committers mailing list