pgsql: Fix buffer overflow on particularly named files and clarify docu

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix buffer overflow on particularly named files and clarify docu
Date: 2016-12-22 07:36:44
Message-ID: E1cJxvg-0007CE-Hh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix buffer overflow on particularly named files and clarify documentation about
output file naming.

Patch by Tsunakawa, Takayuki <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a88c547f926c1bd70d7dc180826e7e95824c88d1

Modified Files
--------------
doc/src/sgml/ref/ecpg-ref.sgml | 8 +++-----
src/interfaces/ecpg/preproc/ecpg.c | 3 ++-
2 files changed, 5 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2016-12-22 10:10:13 Re: pgsql: Fix base backup rate limiting in presence of slow i/o
Previous Message Amit Langote 2016-12-22 01:00:18 Re: [COMMITTERS] pgsql: Implement table partitioning.