[pgpool-committers: 1672] 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
------
master

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

Modified Files
--------------
src/libs/pcp/pcp.c |   10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list