pgsql: Fix potential memory access violation in ecpg if filename ofinc - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fix potential memory access violation in ecpg if filename ofinc
Date
Msg-id E1h3MpY-0000LB-6s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix potential memory access violation in ecpg if filename of include file is
shorter than 2 characters.

Patch by: "Wu, Fei" <wufei.fnst@cn.fujitsu.com>

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/preproc/pgc.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In guc.c, ignore ERANGE errors from strtod().
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Move hash_any prototype from access/hash.h to utils/hashutils.h