pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.
Date
Msg-id 20050207035336.052D48B9EB9@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Better late than never: document that the GiST API changed in 8.0
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.