[pgpool-committers: 1670] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d4d405af0a102d183c439a7dea1d89c47a71983b
Modified Files
--------------
pcp/pcp.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list