[pgpool-committers: 1502] pgpool: Fix strftime() usage in pool_pools().

Tatsuo Ishii ishii at postgresql.org
Fri Nov 22 22:09:04 JST 2013


Fix strftime() usage in pool_pools().

The buffer is not large enough as expected by the second parameter.
This is not harmless because the format string will not produce longer
result string than the buffer.

Per Coverity report 1111426 "Out-of-bounds access".

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_process_reporting.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list