pgsql: Prevent overrunning a heap-allocated buffer if more than 1024 - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Prevent overrunning a heap-allocated buffer if more than 1024
Date
Msg-id 20050121003139.992933A496B@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent overrunning a heap-allocated buffer if 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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.48 -> r1.48.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.48&r2=1.48.2.1)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Prevent overrunning a heap-allocated buffer is more than 1024
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - web: Add download and hotfix links.