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

Tatsuo Ishii ishii at postgresql.org
Sat Sep 14 22:55:26 JST 2024


Fix resource leaks in pool_memqcache.c.

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 1559726).
Backpatch-through: 4.1.

Branch
------
V4_3_STABLE

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

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



More information about the pgpool-committers mailing list