pgsql: Properly end string to make sure ecpglib does not read beyond it

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Properly end string to make sure ecpglib does not read beyond it
Date: 2019-02-18 11:54:46
Message-ID: E1gvhVW-0008Cy-NH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly end string to make sure ecpglib does not read beyond its boundaries.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e6ab9f8012ff54d2e3cf2804db811e5f8eada1b

Modified Files
--------------
src/interfaces/ecpg/ecpglib/execute.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-02-18 12:37:40 pgsql: Provide an extra-float-digits setting for pg_dump / pg_dumpall
Previous Message Michael Meskes 2019-02-18 11:20:07 pgsql: Sync ECPG's CREATE TABLE AS statement with backend's.