pgsql: Prevent large allocation in snprintf to hold positional - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Prevent large allocation in snprintf to hold positional
Date
Msg-id 20050302052223.30B5E56380@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent large allocation in snprintf to hold positional parameters.
Allocated size based on format string.

Modified Files:
--------------
    pgsql/src/port:
        snprintf.c (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Another go at making pred_test() handle all reasonable
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: pgsql: Allow Win32 to support the O_SYNC open flag