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