[pgpool-committers: 1664] 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.

Branch
------
master

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

Modified Files
--------------
src/libs/pcp/Makefile.am |    3 ++-
src/libs/pcp/Makefile.in |   15 +++++++++++++--
src/libs/pcp/pcp.c       |    7 +++++--
3 files changed, 20 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list