pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Дата
Msg-id E1ZJoYF-00069M-P1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pointer-arithmetic thinko in pg_stat_ssl patch.

Nasty memory-stomp bug in commit 9029f4b37406b21a.  It's not apparent how
this survived even cursory testing :-(.  Per report from Peter Holzer.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/backend/postmaster/pgstat.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further code review for pg_stat_ssl patch.