[pgpool-committers: 5163] pgpool: Fix memory leak pointed out by 2018/10/5 Coverity scan.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Oct 5 11:13:27 JST 2018


Fix memory leak pointed out by 2018/10/5 Coverity scan.

While processing command complete message in extended query/streaming
replication mode, failure to read from socket leads to memory leak.

Branch
------
V4_0_STABLE

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

Modified Files
--------------
src/protocol/CommandComplete.c | 8 ++++++++
1 file changed, 8 insertions(+)



More information about the pgpool-committers mailing list