[pgpool-committers: 3323] pgpool: Fix buffer over run problem in "show pool_nodes".

Tatsuo Ishii ishii at postgresql.org
Fri Jun 24 16:02:07 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_5_STABLE

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

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



More information about the pgpool-committers mailing list