pgsql: Fix potential memory access violation in ecpg if filename ofinc

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fix potential memory access violation in ecpg if filename ofinc
Дата
Msg-id E1h3MpY-0000LB-6s@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In guc.c, ignore ERANGE errors from strtod().
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Move hash_any prototype from access/hash.h to utils/hashutils.h