[pgpool-committers: 10147] pgpool: Fix resource leaks in pool_memqcache.c.
Tatsuo Ishii
ishii at postgresql.org
Sat Sep 14 22:55:22 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d69efa1fe665498b85c0ea3f0a49d2f3d03a6057
Modified Files
--------------
src/query_cache/pool_memqcache.c | 1 +
1 file changed, 1 insertion(+)
More information about the pgpool-committers
mailing list