Be sure length limit passed to snprintf matches what malloc was given.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 18b58350dbb36b5e23c8b1d6852a058d0a4eceaf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-17T16:34:42Z
Releases: 8.0.0
Be sure length limit passed to snprintf matches what malloc was given.
Just paranoia ...

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +4 −3