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

Muhammad Usama m.usama at gmail.com
Wed May 7 20:27:28 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.

Branches
--------
EXCEPTION_MGR
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2ce2c3175d8c255173d7aff991158feea0826b38
Author: Tatsuo Ishii <ishii at postgresql.org>

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