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