pgsql: ecpg: Fix off-by-one error in memory copying

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: ecpg: Fix off-by-one error in memory copying
Дата
Msg-id E1S6WIR-000371-C7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ecpg: Fix off-by-one error in memory copying

In a rare case, one byte past the end of memory belonging to the
sqlca_t structure would be written to.

found by Coverity

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3043608cf72b0abd8b022034080f44cc29ff0cf5

Modified Files
--------------
src/interfaces/ecpg/ecpglib/misc.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Restructure SPGiST opclass interface API to support whole-index
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add more detail to error message for invalid arguments for serve