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

Muhammad Usama m.usama at gmail.com
Wed May 7 20:27:28 JST 2014


Fix possible buffer overrun.

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

Branches
--------
EXCEPTION_MGR
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=406750bc824e5c01a3ad121134b3cd94ec9e804c
Author: Tatsuo Ishii <ishii at postgresql.org>

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



More information about the pgpool-committers mailing list