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

Muhammad Usama m.usama at gmail.com
Wed May 7 20:27:26 JST 2014


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".

Branches
--------
EXCEPTION_MGR
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f84158903cff425f2e24821f423523bb2a7c3d9f
Author: Tatsuo Ishii <ishii at postgresql.org>

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



More information about the pgpool-committers mailing list