[pgpool-committers: 10127] pgpool: Fix resource leaks in pool_memqcache.c.

Tatsuo Ishii ishii at postgresql.org
Tue Sep 10 19:34:47 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
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=96f2f9e0b240570459057e04e4a1ffa7e5bddd10

Modified Files
--------------
src/query_cache/pool_memqcache.c | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list