[pgpool-committers: 10124] pgpool: Fix resource leaks in pool_memqcache.c.
Tatsuo Ishii
ishii at postgresql.org
Tue Sep 10 19:34:33 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
------
V4_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=992f4c6031a3c7d5f78b097e2e3d3fb10d423a3d
Modified Files
--------------
src/query_cache/pool_memqcache.c | 2 ++
1 file changed, 2 insertions(+)
More information about the pgpool-committers
mailing list