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 E1h3MhP-00006l-5d@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08cecfaf60c484f219ba7e6ee23e9699aea4e9af

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove unused macro
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In guc.c, ignore ERANGE errors from strtod().