pgsql: Prevent overrunning a heap-allocated buffer is more than 1024

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent overrunning a heap-allocated buffer is more than 1024
Date: 2005-01-21 00:17:36
Message-ID: 20050121001736.3266A3A4A04@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent overrunning a heap-allocated buffer is more than 1024 parameters
to a refcursor declaration are specified. This is a minimally-invasive fix
for the buffer overrun -- a more thorough cleanup will be checked into
HEAD.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.64 -> r1.64.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64&r2=1.64.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-01-21 00:31:39 pgsql: Prevent overrunning a heap-allocated buffer if more than 1024
Previous Message Neil Conway 2005-01-20 22:54:58 pgsql: Trivial fix: remove some stray leading whitespace.