[pgpool-committers: 1673] 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_1_STABLE

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

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



More information about the pgpool-committers mailing list