[pgpool-committers: 1671] pgpool: Fix possible buffer overrun.

Tatsuo Ishii ishii at postgresql.org
Mon Feb 24 16:41:43 JST 2014


Fix possible buffer overrun.

Replace strcpy() with strlcpy(). Per Coverity report 1111478, 1111480,
1111481.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pcp/pcp.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list