[pgpool-committers: 3327] 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_3_STABLE

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

Modified Files
--------------
pcp/libpcp_ext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list