[pgpool-committers: 1669] pgpool: Fix possible buffer overrun problem and memory leak.

Tatsuo Ishii ishii at postgresql.org
Mon Feb 24 15:44:45 JST 2014


Fix possible buffer overrun problem and memory leak.

To fix the memory leak problem, now libs/pcp/libpcp.a links
strlcpy.o. For this purpose, libs/pcp/Makefile.am is also modified.
Per Coverity 1111465 and 1111482. Also add symlink to pcp/strlcpy.

Branch
------
V3_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5d364367eb80f463d5dccfb13276f0ce4ccb1919

Modified Files
--------------
pcp/Makefile.am |    2 +-
pcp/Makefile.in |    6 ++++--
pcp/pcp.c       |    7 +++++--
pcp/strlcpy.c   |    1 +
4 files changed, 11 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list