[pgpool-committers: 1668] 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
------
V3_2_STABLE

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

Modified Files
--------------
Makefile.in          |   74 +-
aclocal.m4           | 7954 +-------------------------------------------------
configure            |  840 +++---
parser/Makefile.in   |    7 +-
pcp/Makefile.am      |    2 +-
pcp/Makefile.in      |   13 +-
pcp/pcp.c            |    7 +-
watchdog/Makefile.in |    7 +-
8 files changed, 458 insertions(+), 8446 deletions(-)



More information about the pgpool-committers mailing list