[pgpool-committers: 768] 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
------
V3_0_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=609e41ea0484421209e72496057595b45322ffe1
Modified Files
--------------
pool_stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the pgpool-committers
mailing list