[pgpool-committers: 1499] 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_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a12943257fc9894d969f24162f32954fe6f2a02e
Modified Files
--------------
pool_process_reporting.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list