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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Be sure length limit passed to snprintf matches what malloc was
Date: 2004-11-17 16:34:43
Message-ID: 20041117163443.65E933A4090@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-17 16:54:16 pgsql: Add options to pg_autovacuum to support setting the
Previous Message Tom Lane 2004-11-17 16:27:01 pgsql: Minor adjustment of message style.