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