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

Muhammad Usama m.usama at gmail.com
Tue May 6 20:08:09 JST 2014


Fix possible buffer overrun.

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

Branch
------
EXCEPTION_MGR

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