pgsql: Be sure length limit passed to snprintf matches what malloc was

Started by Tom Laneover 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Be sure length limit passed to snprintf matches what malloc was given.
Just paranoia ...

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.45 -> r1.46)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.45&r2=1.46)