[pgpool-committers: 1548] pgpool: Fix strftime() usage in	pool_pools().
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Tue Dec 10 21:45:56 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".
Branches
--------
EXCEPTION_MGR
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8a4a102c70b70fe7da557a0a536334e32f8c7f87
Modified Files
--------------
src/utils/pool_process_reporting.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
    
    
More information about the pgpool-committers
mailing list