pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.
Date: 2005-02-07 03:53:36
Message-ID: 20050207035336.052D48B9EB9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a
minimally-invasive fix for stable branches; a cleaner fix will be
committed to HEAD soon.

Tags:
----
REL8_0_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-02-07 03:56:10 pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.
Previous Message Neil Conway 2005-02-06 22:36:12 pgsql: Better late than never: document that the GiST API changed in 8.0