[pgpool-committers: 10123] pgpool: Fix resource leaks in	pool_memqcache.c.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Tue Sep 10 19:34:29 JST 2024
    
    
  
Fix resource leaks in pool_memqcache.c.
6fdba5c33
These leaks were brought in by commit 6fdba5c33 " Use psprintf()
instead of snprintf()."  Since the commit was backpatched through 4.1,
this needs to be backpatched through 4.1 too.
Per Coverity (CID 1559736).
Backpatch-through: 4.1.
Branch
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3db8853b646829f25aea14a80a371da114c140b3
Modified Files
--------------
src/query_cache/pool_memqcache.c | 2 ++
1 file changed, 2 insertions(+)
    
    
More information about the pgpool-committers
mailing list