[pgpool-committers: 3328] pgpool: Fix buffer over run problem in "show pool_nodes".
Tatsuo Ishii
ishii at postgresql.org
Fri Jun 24 17:13:37 JST 2016
Fix buffer over run problem in "show pool_nodes".
While processing "show pool_nodes", the buffer for hostname was too
short. It should be same size as the buffer used for pgpool.conf.
Problem reported by a twitter user who is using pgpool on AWS (which
could have very long hostname).
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=27b19329cad06c4e833682c5fdddc63e09ea5d65
Modified Files
--------------
pcp/libpcp_ext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list