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

Tatsuo Ishii ishii at postgresql.org
Fri Jun 24 17:33: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_1_STABLE

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

Modified Files
--------------
pcp/libpcp_ext.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list